Chaste Release::3.1
|
#include <VertexElement.hpp>
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 | ||
) |
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 172 of file VertexElement.cpp.
bool VertexElement< 1, SPACE_DIM >::FaceIsOrientatedClockwise | ( | unsigned | index | ) | const |
Get whether the face with a given index is oriented clockwise.
index | the index of the face |
Definition at line 190 of file VertexElement.cpp.
VertexElement< 0, SPACE_DIM > * VertexElement< 1, SPACE_DIM >::GetFace | ( | unsigned | index | ) | const |
index | the global index of a specified face |
Definition at line 184 of file VertexElement.cpp.
unsigned VertexElement< 1, SPACE_DIM >::GetNumFaces | ( | ) | const |
Get the number of faces owned by this element.
Definition at line 178 of file VertexElement.cpp.