Chi-Tech
chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS Struct Reference

#include <chi_volumemesher.h>

Data Fields

bool force_polygons = true
 
bool mesh_global = false
 
int partition_x = 1
 
int partition_y = 1
 
int partition_z = 1
 
std::vector< double > xcuts
 
std::vector< double > ycuts
 
std::vector< double > zcuts
 
PartitionType partition_type = PARMETIS
 

Detailed Description

Definition at line 51 of file chi_volumemesher.h.

Field Documentation

◆ force_polygons

bool chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::force_polygons = true

Definition at line 53 of file chi_volumemesher.h.

◆ mesh_global

bool chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::mesh_global = false

Definition at line 54 of file chi_volumemesher.h.

◆ partition_type

PartitionType chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::partition_type = PARMETIS

Definition at line 62 of file chi_volumemesher.h.

◆ partition_x

int chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::partition_x = 1

Definition at line 55 of file chi_volumemesher.h.

◆ partition_y

int chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::partition_y = 1

Definition at line 56 of file chi_volumemesher.h.

◆ partition_z

int chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::partition_z = 1

Definition at line 57 of file chi_volumemesher.h.

◆ xcuts

std::vector<double> chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::xcuts

Definition at line 59 of file chi_volumemesher.h.

◆ ycuts

std::vector<double> chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::ycuts

Definition at line 60 of file chi_volumemesher.h.

◆ zcuts

std::vector<double> chi_mesh::VolumeMesher::VOLUME_MESHER_OPTIONS::zcuts

Definition at line 61 of file chi_volumemesher.h.


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