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
FENodeNodeList(
    FEMesh * pm
)
function ~FENodeNodeList
~FENodeNodeList()
function Build
void Build()
function Valence
inline int Valence(
    int n
)
function Node
inline int Node(
    int n,
    int j
)
Protected Attributes Documentation
variable m_pm
FEMesh * m_pm;
variable m_val
vector< int > m_val;
variable m_off
vector< int > m_off;
variable m_node
vector< int > m_node;
Updated on 2022-03-31 at 09:51:19 -0600