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

#include <chi_unpartitioned_mesh.h>

Data Fields

std::string file_name
 
std::string material_id_fieldname = "BlockID"
 
std::string boundary_id_fieldname
 
double scale = 1.0
 
size_t ortho_Nx = 0
 
size_t ortho_Ny = 0
 
size_t ortho_Nz = 0
 
std::map< uint64_t, std::string > boundary_id_map
 

Detailed Description

Definition at line 49 of file chi_unpartitioned_mesh.h.

Field Documentation

◆ boundary_id_fieldname

std::string chi_mesh::UnpartitionedMesh::Options::boundary_id_fieldname

Definition at line 53 of file chi_unpartitioned_mesh.h.

◆ boundary_id_map

std::map<uint64_t, std::string> chi_mesh::UnpartitionedMesh::Options::boundary_id_map

Definition at line 59 of file chi_unpartitioned_mesh.h.

◆ file_name

std::string chi_mesh::UnpartitionedMesh::Options::file_name

Definition at line 51 of file chi_unpartitioned_mesh.h.

◆ material_id_fieldname

std::string chi_mesh::UnpartitionedMesh::Options::material_id_fieldname = "BlockID"

Definition at line 52 of file chi_unpartitioned_mesh.h.

◆ ortho_Nx

size_t chi_mesh::UnpartitionedMesh::Options::ortho_Nx = 0

Definition at line 55 of file chi_unpartitioned_mesh.h.

◆ ortho_Ny

size_t chi_mesh::UnpartitionedMesh::Options::ortho_Ny = 0

Definition at line 56 of file chi_unpartitioned_mesh.h.

◆ ortho_Nz

size_t chi_mesh::UnpartitionedMesh::Options::ortho_Nz = 0

Definition at line 57 of file chi_unpartitioned_mesh.h.

◆ scale

double chi_mesh::UnpartitionedMesh::Options::scale = 1.0

Definition at line 54 of file chi_unpartitioned_mesh.h.


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