FEAreaCoverage::Surface
Public Functions
| Name | |
|---|---|
| Surface() | |
| int | Faces() | 
| void | Create(std::shared_ptr< FEMesh > m) | 
| int | Nodes() | 
Public Attributes
| Name | |
|---|---|
| std::shared_ptr< FEMesh > | m_mesh | 
| vector< int > | m_face | 
| vector< int > | m_node | 
| vector< vec3d > | m_pos | 
| vector< int > | m_lnode | 
| vector< vec3d > | m_norm | 
| vector< vec3d > | m_fnorm | 
| vector< vector< int > > | m_NLT | 
Public Functions Documentation
function Surface
inline Surface()
function Faces
inline int Faces()
function Create
void Create(
    std::shared_ptr< FEMesh > m
)
function Nodes
inline int Nodes()
Public Attributes Documentation
variable m_mesh
std::shared_ptr< FEMesh > m_mesh;
variable m_face
vector< int > m_face;
variable m_node
vector< int > m_node;
variable m_pos
vector< vec3d > m_pos;
variable m_lnode
vector< int > m_lnode;
variable m_norm
vector< vec3d > m_norm;
variable m_fnorm
vector< vec3d > m_fnorm;
variable m_NLT
vector< vector< int > > m_NLT;
Updated on 2024-03-17 at 12:58:44 -0600