|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Container for the mesh input options. More...
#include <mesh_utils.hpp>
Static Public Member Functions | |
| static void | defineInputFileSchema (axom::inlet::Container &container) |
| Input file parameters for mesh generation. More... | |
Public Attributes | |
| std::variant< FileInputOptions, BoxInputOptions, NBallInputOptions > | extra_options |
| The mesh input options (either file or generated) | |
| int | ser_ref_levels |
| The number of serial refinement levels. | |
| int | par_ref_levels |
| The number of parallel refinement levels. | |
Container for the mesh input options.
Definition at line 27 of file mesh_utils.hpp.
|
static |
Input file parameters for mesh generation.
| [in] | container | Inlet container on which the input schema will be defined |
Definition at line 406 of file mesh_utils.cpp.