All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
basegridmanager.hh File Reference

Provides the base class for most (all?) grid managers. More...

#include <ewoms/common/propertysystem.hh>
#include <ewoms/common/parametersystem.hh>
#include <dune/common/version.hh>
#include <type_traits>
#include <memory>

Go to the source code of this file.

Classes

class  Ewoms::BaseGridManager< TypeTag >
 Provides the base class for most (all?) grid managers. More...
 

Functions

 Ewoms::Properties::NEW_PROP_TAG (Grid)
 The type of the DUNE grid.
 
 Ewoms::Properties::NEW_PROP_TAG (GridManager)
 Property which provides a GridManager (manages grids)
 
 Ewoms::Properties::NEW_PROP_TAG (GridView)
 The type of the grid view.
 
 Ewoms::Properties::NEW_PROP_TAG (GridPart)
 
 Ewoms::Properties::NEW_PROP_TAG (GridViewLevel)
 
 Ewoms::Properties::NEW_PROP_TAG (GridFile)
 
 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 (Simulator)
 Manages the simulation time. More...
 

Detailed Description

Provides the base class for most (all?) grid managers.