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

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

#include <memory>
#include <string>
#include <functional>
#include <map>
#include <vector>
#include "mpi.h"
#include "mfem.hpp"
#include "smith/numerics/functional/tensor.hpp"
#include "smith/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  smith::Mesh
 Helper class for constructing a mesh consistent with Smith. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Detailed Description

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

Definition in file mesh.hpp.