|
FEBio
1.5.0
|
#include <FENodeElemList.h>
Public Member Functions | |
| void | Create (FESurface &s) |
| build the node-element list for a surface | |
| void | Create (FEMesh &mesh) |
| build the node-selement list for a mesh | |
| void | Create (FEDomain &dom) |
| build the node-element list for a domain | |
| int | MaxValence () |
| int | Valence (int n) |
| FEElement ** | ElementList (int n) |
| int * | ElementIndexList (int n) |
| int | Size () |
Protected Attributes | |
| vector< int > | m_nval |
| vector< FEElement * > | m_eref |
| vector< int > | m_iref |
| vector< int > | m_pn |
The FENodeElemList class is a utility class that determines for each node to which element it belongs. This class analyzes a mesh and finds for each node all elements that have this node
| void FENodeElemList::Create | ( | FESurface & | s | ) |
build the node-element list for a surface
This function builds the node-element list for a surface.
| void FENodeElemList::Create | ( | FEMesh & | mesh | ) |
build the node-selement list for a mesh
This function builds the node-element list for a mesh.
| void FENodeElemList::Create | ( | FEDomain & | dom | ) |
build the node-element list for a domain
This function builds the node-element list for a domain.
1.7.5.1