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>
Include dependency graph for basegridmanager.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 Ewoms
 
 Ewoms::Properties
 

Functions

 Ewoms::Properties::NEW_PROP_TAG (Grid)
 The type of the DUNE grid. More...
 
 Ewoms::Properties::NEW_PROP_TAG (GridManager)
 Property which provides a GridManager (manages grids) More...
 
 Ewoms::Properties::NEW_PROP_TAG (GridView)
 The type of the grid view. More...
 
 Ewoms::Properties::NEW_PROP_TAG (GridViewLevel)
 
 Ewoms::Properties::NEW_PROP_TAG (GridFile)
 
 Ewoms::Properties::NEW_PROP_TAG (GridGlobalRefinements)
 
 Ewoms::Properties::NEW_PROP_TAG (Simulator)
 Manages the simulation time. More...
 

Detailed Description

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