FEBio  1.5.0
Public Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes
FENodeNodeList Class Reference

#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 FENodeNodeListm_pthis = 0

Detailed Description

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


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