XC Open source finite element analysis program
Public Types | Public Member Functions | List of all members

Element edge (TO DEPRECATE?? LP 7.02.2017). More...

#include <ElementEdge.h>

Inheritance diagram for XC::ElementEdge:

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 ElementgetElementPtr (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.
 

Detailed Description

Element edge (TO DEPRECATE?? LP 7.02.2017).

Member Typedef Documentation

edge index.

Nodos de un borde of the element.


The documentation for this class was generated from the following files: