Skip to content

FENodeElementList

Public Functions

Name
FENodeElementList(FEMesh * pm)
~FENodeElementList()
void Build()
int Valence(int n)
FEElement * Element(int n, int j)

Protected Attributes

Name
FEMesh * m_pm
vector< int > m_val
vector< int > m_off
vector< FEElement * > m_pelem

Public Functions Documentation

function FENodeElementList

cpp FENodeElementList( FEMesh * pm )

function ~FENodeElementList

cpp ~FENodeElementList()

function Build

cpp void Build()

function Valence

cpp inline int Valence( int n )

function Element

cpp inline FEElement * Element( int n, int j )

Protected Attributes Documentation

variable m_pm

cpp FEMesh * m_pm;

variable m_val

cpp vector< int > m_val;

variable m_off

cpp vector< int > m_off;

variable m_pelem

cpp vector< FEElement * > m_pelem;


Updated on 2026-03-31 at 16:02:10 +0000