Provides a grid manager which reads Dune Grid Format (DGF) files. More...
#include <dune/grid/io/file/dgfparser/dgfparser.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <ewoms/models/discretefracture/fracturemapper.hh>
#include <ewoms/io/basegridmanager.hh>
#include <ewoms/common/propertysystem.hh>
#include <ewoms/common/parametersystem.hh>
#include <type_traits>
#include <string>
Go to the source code of this file.
Classes | |
class | Ewoms::DgfGridManager< TypeTag > |
Provides a grid manager which reads Dune Grid Format (DGF) files. More... | |
Functions | |
Ewoms::Properties::NEW_PROP_TAG (Grid) | |
The type of the DUNE grid. | |
Ewoms::Properties::NEW_PROP_TAG (GridFile) | |
Ewoms::Properties::NEW_PROP_TAG (GridManager) | |
Property which provides a GridManager (manages grids) | |
Ewoms::Properties::NEW_PROP_TAG (GridGlobalRefinements) | |
Property which tells the GridManager how often the grid should be refined after creation. More... | |
Ewoms::Properties::NEW_PROP_TAG (Scalar) | |
Property to specify the type of scalar values. More... | |
Ewoms::Properties::NEW_PROP_TAG (Simulator) | |
Manages the simulation time. More... | |
Provides a grid manager which reads Dune Grid Format (DGF) files.