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
FENodeElementList(
    FEMesh * pm
)
function ~FENodeElementList
~FENodeElementList()
function Build
void Build()
function Valence
inline int Valence(
    int n
)
function Element
inline FEElement * Element(
    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_pelem
vector< FEElement * > m_pelem;
Updated on 2024-03-17 at 12:58:44 -0600