#include <VertexElement.hpp>
Inherits MutableElement< 1, SPACE_DIM >.

Public Member Functions | |
| VertexElement (unsigned index, const std::vector< Node< SPACE_DIM > * > &rNodes) | |
| unsigned | GetNumFaces () const |
| VertexElement< 0, SPACE_DIM > * | GetFace (unsigned index) const |
| bool | FaceIsOrientatedClockwise (unsigned index) const |
Specialization for 1d elements so we don't get errors from Boost on some compilers.
Definition at line 186 of file VertexElement.hpp.
| VertexElement< 1, SPACE_DIM >::VertexElement | ( | unsigned | index, | |
| const std::vector< Node< SPACE_DIM > * > & | rNodes | |||
| ) | [inline] |
Constructor which takes in a vector of nodes.
| index | the index of the element in the mesh | |
| rNodes | the nodes owned by the element |
Specialization for 1d elements so we don't get errors from Boost on some compilers.
Definition at line 171 of file VertexElement.cpp.
| bool VertexElement< 1, SPACE_DIM >::FaceIsOrientatedClockwise | ( | unsigned | index | ) | const [inline] |
| index | the index of the face |
Definition at line 189 of file VertexElement.cpp.
| VertexElement< 0, SPACE_DIM > * VertexElement< 1, SPACE_DIM >::GetFace | ( | unsigned | index | ) | const [inline] |
| index | the global index of a specified face |
Definition at line 183 of file VertexElement.cpp.
| unsigned VertexElement< 1, SPACE_DIM >::GetNumFaces | ( | ) | const [inline] |
Definition at line 177 of file VertexElement.cpp.
1.6.2