Provides a grid manager which a regular grid made of quadrilaterals. More...
#include <ewoms/io/basegridmanager.hh>
#include <ewoms/common/basicproperties.hh>
#include <ewoms/common/propertysystem.hh>
#include <ewoms/common/parametersystem.hh>
#include <dune/grid/utility/structuredgridfactory.hh>
#include <dune/common/fvector.hh>
#include <memory>
Go to the source code of this file.
Classes | |
class | Ewoms::CubeGridManager< TypeTag > |
Provides a grid manager which a regular grid made of quadrilaterals. More... | |
Functions | |
Ewoms::Properties::NEW_PROP_TAG (Scalar) | |
Property to specify the type of scalar values. More... | |
Ewoms::Properties::NEW_PROP_TAG (Grid) | |
The type of the DUNE grid. | |
Ewoms::Properties::NEW_PROP_TAG (DomainSizeX) | |
Ewoms::Properties::NEW_PROP_TAG (DomainSizeY) | |
Ewoms::Properties::NEW_PROP_TAG (DomainSizeZ) | |
Ewoms::Properties::NEW_PROP_TAG (CellsX) | |
Ewoms::Properties::NEW_PROP_TAG (CellsY) | |
Ewoms::Properties::NEW_PROP_TAG (CellsZ) | |
Ewoms::Properties::NEW_PROP_TAG (GridGlobalRefinements) | |
Property which tells the GridManager how often the grid should be refined after creation. More... | |
Provides a grid manager which a regular grid made of quadrilaterals.
A quadrilateral is a line segment in 1D, a rectangle in 2D and a cube in 3D.