Skip to content

FENodeNodeList

Public Functions

Name
FENodeNodeList(FEMesh * pm)
~FENodeNodeList()
void Build()
int Valence(int n)
int Node(int n, int j)

Protected Attributes

Name
FEMesh * m_pm
vector< int > m_val
vector< int > m_off
vector< int > m_node

Public Functions Documentation

function FENodeNodeList

cpp FENodeNodeList( FEMesh * pm )

function ~FENodeNodeList

cpp ~FENodeNodeList()

function Build

cpp void Build()

function Valence

cpp inline int Valence( int n )

function Node

cpp inline int Node( 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_node

cpp vector< int > m_node;


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