Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces | Functions
mesh_utils.hpp File Reference

This file contains helper functions for importing and managing various mesh objects. More...

#include <memory>
#include <variant>
#include "smith/mesh_utils/mesh_utils_base.hpp"
Include dependency graph for mesh_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  smith::mesh::InputOptions
 Container for the mesh input options. More...
 
struct  FromInlet< smith::mesh::InputOptions >
 Prototype the specialization for Inlet parsing. More...
 

Namespaces

 smith
 Accelerator functionality.
 
 smith::mesh
 Mesh related input options.
 

Functions

std::unique_ptr< mfem::ParMesh > smith::mesh::buildParallelMesh (const InputOptions &options, const MPI_Comm comm=MPI_COMM_WORLD)
 Constructs an MFEM parallel mesh from a set of input options. More...
 

Detailed Description

This file contains helper functions for importing and managing various mesh objects.

Definition in file mesh_utils.hpp.