|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
This file contains helper functions for importing and managing various mesh objects. More...


Go to the source code of this file.
Classes | |
| struct | serac::mesh::InputOptions |
| Container for the mesh input options. More... | |
| struct | FromInlet< serac::mesh::InputOptions > |
| Prototype the specialization for Inlet parsing. More... | |
Namespaces | |
| serac | |
| Accelerator functionality. | |
| serac::mesh | |
| Mesh related input options. | |
Functions | |
| std::unique_ptr< mfem::ParMesh > | serac::mesh::buildParallelMesh (const InputOptions &options, const MPI_Comm comm=MPI_COMM_WORLD) |
| Constructs an MFEM parallel mesh from a set of input options. More... | |
This file contains helper functions for importing and managing various mesh objects.
Definition in file mesh_utils.hpp.