FENodeFaceList
Public Functions
| Name | |
|---|---|
| FENodeFaceList(FEMesh * pm) | |
| ~FENodeFaceList(void ) | |
| void | Build() |
| void | BuildSorted() |
| int | Nodes() |
| FENode & | Node(int i) |
| int | Valence(int i) |
| FEFace * | Face(int n, int i) |
| bool | HasFace(int n, FEFace * pf) |
Protected Functions
| Name | |
|---|---|
| void | Sort(int node) |
Protected Attributes
| Name | |
|---|---|
| FEMesh * | m_pm |
| vector< int > | m_node |
| vector< int > | m_val |
| vector< FEFace * > | m_pface |
| vector< int > | m_off |
Public Functions Documentation
function FENodeFaceList
cpp
FENodeFaceList(
FEMesh * pm
)
function ~FENodeFaceList
cpp
~FENodeFaceList(
void
)
function Build
cpp
void Build()
function BuildSorted
cpp
void BuildSorted()
function Nodes
cpp
inline int Nodes()
function Node
cpp
inline FENode & Node(
int i
)
function Valence
cpp
inline int Valence(
int i
)
function Face
cpp
inline FEFace * Face(
int n,
int i
)
function HasFace
cpp
bool HasFace(
int n,
FEFace * pf
)
Protected Functions Documentation
function Sort
cpp
void Sort(
int node
)
Protected Attributes Documentation
variable m_pm
cpp
FEMesh * m_pm;
variable m_node
cpp
vector< int > m_node;
variable m_val
cpp
vector< int > m_val;
variable m_pface
cpp
vector< FEFace * > m_pface;
variable m_off
cpp
vector< int > m_off;
Updated on 2026-03-31 at 16:02:10 +0000