|
FEBio
1.5.0
|
#include <FENodeNodeList.h>
Public Member Functions | |
| FENodeNodeList () | |
| default constructor | |
| virtual | ~FENodeNodeList () |
| desctructor | |
| void | Create (FEMesh &mesh) |
| create the node-node list for a mesh | |
| void | Create (FEDomain &dom) |
| create the node-node list for a domain | |
| int | Size () |
| int | Valence (int i) |
| int * | NodeList (int i) |
| void | Sort () |
Static Protected Member Functions | |
| static int | compare (const void *e1, const void *e2) |
Protected Attributes | |
| vector< int > | m_nval |
| vector< int > | m_nref |
| vector< int > | m_pn |
Static Protected Attributes | |
| static FENodeNodeList * | m_pthis = 0 |
The FENodeNodeList class is a utility class that determines for each node the adjacent nodes This class analyzes a mesh and finds for each node all nodes that are adjacent to this node
1.7.5.1