Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Classes | Namespaces
mesh.hpp File Reference

Serac mesh class which assists in constructing the appropriate parallel mfem meshes and registering and accessing Domains for use in serac::Functional operations. More...

#include <memory>
#include <string>
#include <functional>
#include <map>
#include <vector>
#include "mpi.h"
#include "mfem.hpp"
#include "serac/numerics/functional/tensor.hpp"
#include "serac/numerics/functional/domain.hpp"
Include dependency graph for mesh.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  serac::Mesh
 Helper class for constructing a mesh consistent with serac. More...
 

Namespaces

 serac
 Accelerator functionality.
 

Detailed Description

Serac mesh class which assists in constructing the appropriate parallel mfem meshes and registering and accessing Domains for use in serac::Functional operations.

Definition in file mesh.hpp.