Chi-Tech
|
#include <chi_unpartitioned_mesh.h>
Public Member Functions | |
LightWeightCell (chi_mesh::CellType in_type, chi_mesh::CellType in_sub_type) | |
Data Fields | |
const chi_mesh::CellType | type |
const chi_mesh::CellType | sub_type |
chi_mesh::Vertex | centroid |
int | material_id = -1 |
std::vector< uint64_t > | vertex_ids |
std::vector< LightWeightFace > | faces |
Definition at line 33 of file chi_unpartitioned_mesh.h.
|
inlineexplicit |
Definition at line 42 of file chi_unpartitioned_mesh.h.
chi_mesh::Vertex chi_mesh::UnpartitionedMesh::LightWeightCell::centroid |
Definition at line 37 of file chi_unpartitioned_mesh.h.
std::vector<LightWeightFace> chi_mesh::UnpartitionedMesh::LightWeightCell::faces |
Definition at line 40 of file chi_unpartitioned_mesh.h.
int chi_mesh::UnpartitionedMesh::LightWeightCell::material_id = -1 |
Definition at line 38 of file chi_unpartitioned_mesh.h.
const chi_mesh::CellType chi_mesh::UnpartitionedMesh::LightWeightCell::sub_type |
Definition at line 36 of file chi_unpartitioned_mesh.h.
const chi_mesh::CellType chi_mesh::UnpartitionedMesh::LightWeightCell::type |
Definition at line 35 of file chi_unpartitioned_mesh.h.
std::vector<uint64_t> chi_mesh::UnpartitionedMesh::LightWeightCell::vertex_ids |
Definition at line 39 of file chi_unpartitioned_mesh.h.