![]() |
Chi-Tech
|
#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 |
Definition at line 49 of file chi_unpartitioned_mesh.h.
| std::string chi_mesh::UnpartitionedMesh::Options::boundary_id_fieldname |
Definition at line 53 of file chi_unpartitioned_mesh.h.
| std::map<uint64_t, std::string> chi_mesh::UnpartitionedMesh::Options::boundary_id_map |
Definition at line 59 of file chi_unpartitioned_mesh.h.
| std::string chi_mesh::UnpartitionedMesh::Options::file_name |
Definition at line 51 of file chi_unpartitioned_mesh.h.
| std::string chi_mesh::UnpartitionedMesh::Options::material_id_fieldname = "BlockID" |
Definition at line 52 of file chi_unpartitioned_mesh.h.
| size_t chi_mesh::UnpartitionedMesh::Options::ortho_Nx = 0 |
Definition at line 55 of file chi_unpartitioned_mesh.h.
| size_t chi_mesh::UnpartitionedMesh::Options::ortho_Ny = 0 |
Definition at line 56 of file chi_unpartitioned_mesh.h.
| size_t chi_mesh::UnpartitionedMesh::Options::ortho_Nz = 0 |
Definition at line 57 of file chi_unpartitioned_mesh.h.
| double chi_mesh::UnpartitionedMesh::Options::scale = 1.0 |
Definition at line 54 of file chi_unpartitioned_mesh.h.