PolyFEM
Loading...
Searching...
No Matches
polyfem::mesh::NCMesh2D::ncElem Struct Reference

#include <NCMesh2D.hpp>

Public Member Functions

 ncElem (const int dim_, const Eigen::VectorXi vertices_, const int level_, const int parent_)
 
 ~ncElem ()
 
bool is_valid () const
 
bool is_not_valid () const
 

Public Attributes

int dim
 
int level
 
int parent
 
Eigen::VectorXi geom_vertices
 
Eigen::VectorXi vertices
 
Eigen::VectorXi edges
 
Eigen::VectorXi faces
 
Eigen::VectorXi children
 
int body_id
 
bool is_refined = false
 
bool is_ghost = false
 

Detailed Description

Definition at line 119 of file NCMesh2D.hpp.

Constructor & Destructor Documentation

◆ ncElem()

polyfem::mesh::NCMesh2D::ncElem::ncElem ( const int  dim_,
const Eigen::VectorXi  vertices_,
const int  level_,
const int  parent_ 
)
inline

Definition at line 121 of file NCMesh2D.hpp.

References children, dim, edges, faces, geom_vertices, and vertices.

◆ ~ncElem()

polyfem::mesh::NCMesh2D::ncElem::~ncElem ( )
inline

Definition at line 130 of file NCMesh2D.hpp.

Member Function Documentation

◆ is_not_valid()

bool polyfem::mesh::NCMesh2D::ncElem::is_not_valid ( ) const
inline

Definition at line 137 of file NCMesh2D.hpp.

References is_ghost, and is_refined.

◆ is_valid()

bool polyfem::mesh::NCMesh2D::ncElem::is_valid ( ) const
inline

Definition at line 132 of file NCMesh2D.hpp.

References is_ghost, and is_refined.

Member Data Documentation

◆ body_id

int polyfem::mesh::NCMesh2D::ncElem::body_id

Definition at line 153 of file NCMesh2D.hpp.

◆ children

Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::children

Definition at line 151 of file NCMesh2D.hpp.

Referenced by ncElem().

◆ dim

int polyfem::mesh::NCMesh2D::ncElem::dim

Definition at line 142 of file NCMesh2D.hpp.

Referenced by ncElem().

◆ edges

Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::edges

Definition at line 149 of file NCMesh2D.hpp.

Referenced by ncElem().

◆ faces

Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::faces

Definition at line 150 of file NCMesh2D.hpp.

Referenced by ncElem().

◆ geom_vertices

Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::geom_vertices

Definition at line 145 of file NCMesh2D.hpp.

Referenced by ncElem().

◆ is_ghost

bool polyfem::mesh::NCMesh2D::ncElem::is_ghost = false

Definition at line 156 of file NCMesh2D.hpp.

Referenced by is_not_valid(), and is_valid().

◆ is_refined

bool polyfem::mesh::NCMesh2D::ncElem::is_refined = false

Definition at line 155 of file NCMesh2D.hpp.

Referenced by is_not_valid(), and is_valid().

◆ level

int polyfem::mesh::NCMesh2D::ncElem::level

Definition at line 143 of file NCMesh2D.hpp.

◆ parent

int polyfem::mesh::NCMesh2D::ncElem::parent

Definition at line 144 of file NCMesh2D.hpp.

◆ vertices

Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::vertices

Definition at line 147 of file NCMesh2D.hpp.

Referenced by ncElem().


The documentation for this struct was generated from the following file: