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

#include <chi_unpartitioned_mesh.h>

Public Member Functions

 LightWeightFace ()=default
 
 LightWeightFace (std::vector< uint64_t > in_vertex_ids)
 

Data Fields

std::vector< uint64_t > vertex_ids
 
bool has_neighbor = false
 
uint64_t neighbor = 0
 

Detailed Description

Definition at line 21 of file chi_unpartitioned_mesh.h.

Constructor & Destructor Documentation

◆ LightWeightFace() [1/2]

chi_mesh::UnpartitionedMesh::LightWeightFace::LightWeightFace ( )
default

◆ LightWeightFace() [2/2]

chi_mesh::UnpartitionedMesh::LightWeightFace::LightWeightFace ( std::vector< uint64_t >  in_vertex_ids)
inlineexplicit

Definition at line 28 of file chi_unpartitioned_mesh.h.

Field Documentation

◆ has_neighbor

bool chi_mesh::UnpartitionedMesh::LightWeightFace::has_neighbor = false

Definition at line 24 of file chi_unpartitioned_mesh.h.

◆ neighbor

uint64_t chi_mesh::UnpartitionedMesh::LightWeightFace::neighbor = 0

Definition at line 25 of file chi_unpartitioned_mesh.h.

◆ vertex_ids

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

Definition at line 23 of file chi_unpartitioned_mesh.h.


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