|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Input options for meshes read from files. More...
#include <mesh_utils_base.hpp>
Static Public Member Functions | |
| static void | defineInputFileSchema (axom::inlet::Container &container) |
| Input file parameters specific to this class. More... | |
Public Attributes | |
| std::string | relative_mesh_file_name |
| The relative path for the mesh file. | |
| std::string | absolute_mesh_file_name {} |
| The absolute path for the mesh file, intended to be populated by the user directly. | |
Input options for meshes read from files.
Definition at line 151 of file mesh_utils_base.hpp.
|
static |
Input file parameters specific to this class.
| [in] | container | Inlet container on which the input schema will be defined |