|
adamantine
|
#include <Geometry.hh>
Public Member Functions | |
| Geometry (MPI_Comm const &communicator, boost::property_tree::ptree const &database, boost::optional< boost::property_tree::ptree const & > const &units_optional_database) | |
| dealii::parallel::distributed::Triangulation< dim > & | get_triangulation () |
Private Member Functions | |
| void | assign_material_state (boost::property_tree::ptree const &database) |
Private Attributes | |
| dealii::parallel::distributed::Triangulation< dim > | _triangulation |
This class generates and stores a Triangulation given a database.
Definition at line 18 of file Geometry.hh.
| adamantine::Geometry< dim >::Geometry | ( | MPI_Comm const & | communicator, |
| boost::property_tree::ptree const & | database, | ||
| boost::optional< boost::property_tree::ptree const & > const & | units_optional_database | ||
| ) |
Constructor.
Definition at line 22 of file Geometry.cc.
|
private |
Assign the material state to the mesh.
Definition at line 159 of file Geometry.cc.
|
inline |
Return the underlying Triangulation.
Definition at line 48 of file Geometry.hh.
|
private |
Triangulation of the domain.
Definition at line 38 of file Geometry.hh.