Provides a grid manager for all supported grid managers with input file interfaces. Manages data via the grid data member. More...
#include <array>
#include <bitset>
#include <memory>
#include <sstream>
#include <dune/common/exceptions.hh>
#include <dune/common/classname.hh>
#include <dune/common/parallel/communication.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/grid/io/file/dgfparser/dgfparser.hh>
#include <dune/grid/io/file/gmshreader.hh>
#include <dune/grid/common/gridfactory.hh>
#include <dune/grid/utility/structuredgridfactory.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/method.hh>
#include <dumux/io/vtk/vtkreader.hh>
#include "griddata.hh"
Go to the source code of this file.
Provides a grid manager for all supported grid managers with input file interfaces. Manages data via the grid data member.
Classes | |
class | Dumux::GridManagerBase< GridType > |
The grid manager base interface (public) and methods common to most grid manager specializations (protected). More... | |
class | Dumux::GridManager< Grid > |
The grid manager (this is the class used by the user) for all supported grid managers that constructs a grid from information in the input file and handles the data. More... | |
Namespaces | |
namespace | Dumux |