OGS
|
This is the complete list of members for MeshLib::Element, including all inherited members.
_id | MeshLib::Element | protected |
_neighbors | MeshLib::Element | protected |
addNeighbor(Element *e) | MeshLib::Element | |
clone() const =0 | MeshLib::Element | pure virtual |
clone(Node **nodes, std::size_t id) const =0 | MeshLib::Element | pure virtual |
computeVolume()=0 | MeshLib::Element | pure virtual |
Element(std::size_t id) | MeshLib::Element | explicitprotected |
getBoundary(unsigned i) const =0 | MeshLib::Element | pure virtual |
getCellType() const =0 | MeshLib::Element | pure virtual |
getContent() const =0 | MeshLib::Element | pure virtual |
getDimension() const =0 | MeshLib::Element | pure virtual |
getEdge(unsigned i) const =0 | MeshLib::Element | pure virtual |
getEdgeNode(unsigned edge_id, unsigned node_id) const =0 | MeshLib::Element | pure virtual |
getFace(unsigned i) const =0 | MeshLib::Element | pure virtual |
getGeomType() const =0 | MeshLib::Element | pure virtual |
getID() const | MeshLib::Element | inline |
getNeighbor(unsigned i) const =0 | MeshLib::Element | pure virtual |
getNode(unsigned idx) const =0 | MeshLib::Element | pure virtual |
getNode(unsigned idx)=0 | MeshLib::Element | pure virtual |
getNodes() const =0 | MeshLib::Element | pure virtual |
getNumberOfBaseNodes() const =0 | MeshLib::Element | pure virtual |
getNumberOfBoundaries() const =0 | MeshLib::Element | pure virtual |
getNumberOfEdges() const =0 | MeshLib::Element | pure virtual |
getNumberOfFaces() const =0 | MeshLib::Element | pure virtual |
getNumberOfNeighbors() const =0 | MeshLib::Element | pure virtual |
getNumberOfNodes() const =0 | MeshLib::Element | pure virtual |
identifyFace(Node const *nodes[3]) const =0 | MeshLib::Element | pure virtual |
isBoundaryElement() const | MeshLib::Element | virtual |
isEdge(unsigned i, unsigned j) const =0 | MeshLib::Element | pure virtual |
isPntInElement(MathLib::Point3d const &pnt, double eps=std::numeric_limits< double >::epsilon()) const =0 | MeshLib::Element | pure virtual |
Mesh class | MeshLib::Element | friend |
nodes() const | MeshLib::Element | inline |
operator<<(std::ostream &os, Element const &e) | MeshLib::Element | friend |
setID(std::size_t id) | MeshLib::Element | inlineprotected |
setNeighbor(Element *neighbor, unsigned const face_id) | MeshLib::Element | protected |
setNode(unsigned idx, Node *node)=0 | MeshLib::Element | pure virtual |
space_dimension_ | MeshLib::Element | |
testElementNodeOrder() const =0 | MeshLib::Element | pure virtual |
validate() const =0 | MeshLib::Element | pure virtual |
~Element() | MeshLib::Element | virtual |