Serac  0.1
Serac is an implicit thermal strucural 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 "serac/mesh/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  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...
 

Detailed Description

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

Definition in file mesh_utils.hpp.