|
xc
|
Element edge (TO DEPRECATE?? LP 7.02.2017). More...
#include <ElementEdge.h>
Public Types | |
| typedef Element::NodesEdge | NodesEdge |
| edge index. More... | |
| typedef std::set< const Element * > | ElementConstPtrSet |
Public Member Functions | |
| ElementEdge (Element *eptr=nullptr, const int &i=-1) | |
| Constructor. | |
| const Element * | getElementPtr (void) const |
| Returns a pointer to the element that "owns" the edge. | |
| const int & | getEdgeIndex (void) const |
| Returns the index of the edge in its owner element. | |
| ID | getLocalIndexNodes (void) const |
| Get the the element indexes of the edge nodes. | |
| NodesEdge | getNodes (void) const |
| Returns the edge nodes. | |
| MeshEdge | getMeshEdge (void) const |
| Returns the corresponding mesh edge. | |
Element edge (TO DEPRECATE?? LP 7.02.2017).
edge index.
Nodes of an edge.
1.8.12