XC Open source finite element analysis program
|
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.
Nodos de un borde of the element.