Chi-Tech
chi_mesh::UnpartitionedMesh::LightWeightCell Struct Reference

#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< LightWeightFacefaces
 

Detailed Description

Definition at line 33 of file chi_unpartitioned_mesh.h.

Constructor & Destructor Documentation

◆ LightWeightCell()

chi_mesh::UnpartitionedMesh::LightWeightCell::LightWeightCell ( chi_mesh::CellType  in_type,
chi_mesh::CellType  in_sub_type 
)
inlineexplicit

Definition at line 42 of file chi_unpartitioned_mesh.h.

Field Documentation

◆ centroid

chi_mesh::Vertex chi_mesh::UnpartitionedMesh::LightWeightCell::centroid

Definition at line 37 of file chi_unpartitioned_mesh.h.

◆ faces

std::vector<LightWeightFace> chi_mesh::UnpartitionedMesh::LightWeightCell::faces

Definition at line 40 of file chi_unpartitioned_mesh.h.

◆ material_id

int chi_mesh::UnpartitionedMesh::LightWeightCell::material_id = -1

Definition at line 38 of file chi_unpartitioned_mesh.h.

◆ sub_type

const chi_mesh::CellType chi_mesh::UnpartitionedMesh::LightWeightCell::sub_type

Definition at line 36 of file chi_unpartitioned_mesh.h.

◆ type

const chi_mesh::CellType chi_mesh::UnpartitionedMesh::LightWeightCell::type

Definition at line 35 of file chi_unpartitioned_mesh.h.

◆ vertex_ids

std::vector<uint64_t> chi_mesh::UnpartitionedMesh::LightWeightCell::vertex_ids

Definition at line 39 of file chi_unpartitioned_mesh.h.


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