FEAreaCoverage::Surface
Public Functions
Public Attributes
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 2022-07-23 at 16:40:07 -0600