FEBio  1.5.0
Public Member Functions | Protected Attributes
FENodeElemList Class Reference

#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

Detailed Description

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


Member Function Documentation

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.


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