PolyFEM
|
#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 |
Definition at line 119 of file NCMesh2D.hpp.
|
inline |
Definition at line 121 of file NCMesh2D.hpp.
References children, dim, edges, faces, geom_vertices, and vertices.
|
inline |
Definition at line 130 of file NCMesh2D.hpp.
|
inline |
Definition at line 137 of file NCMesh2D.hpp.
References is_ghost, and is_refined.
|
inline |
Definition at line 132 of file NCMesh2D.hpp.
References is_ghost, and is_refined.
int polyfem::mesh::NCMesh2D::ncElem::body_id |
Definition at line 153 of file NCMesh2D.hpp.
Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::children |
Definition at line 151 of file NCMesh2D.hpp.
Referenced by ncElem().
int polyfem::mesh::NCMesh2D::ncElem::dim |
Definition at line 142 of file NCMesh2D.hpp.
Referenced by ncElem().
Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::edges |
Definition at line 149 of file NCMesh2D.hpp.
Referenced by ncElem().
Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::faces |
Definition at line 150 of file NCMesh2D.hpp.
Referenced by ncElem().
Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::geom_vertices |
Definition at line 145 of file NCMesh2D.hpp.
Referenced by ncElem().
bool polyfem::mesh::NCMesh2D::ncElem::is_ghost = false |
Definition at line 156 of file NCMesh2D.hpp.
Referenced by is_not_valid(), and is_valid().
bool polyfem::mesh::NCMesh2D::ncElem::is_refined = false |
Definition at line 155 of file NCMesh2D.hpp.
Referenced by is_not_valid(), and is_valid().
int polyfem::mesh::NCMesh2D::ncElem::level |
Definition at line 143 of file NCMesh2D.hpp.
int polyfem::mesh::NCMesh2D::ncElem::parent |
Definition at line 144 of file NCMesh2D.hpp.
Eigen::VectorXi polyfem::mesh::NCMesh2D::ncElem::vertices |
Definition at line 147 of file NCMesh2D.hpp.
Referenced by ncElem().