BEM++
2.0
|
A class to construct structured cube and simplex grids using the grid factory. More...
#include "../common/common.hpp"
#include <algorithm>
#include <cstddef>
#include <cstdlib>
#include <memory>
#include <dune/common/array.hh>
#include <dune/common/classname.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/mpihelper.hh>
#include <dune/grid/common/gridfactory.hh>
#include <dune/grid/yaspgrid.hh>
Go to the source code of this file.
Classes | |
class | Dune::BemppStructuredGridFactory< GridType > |
Construct structured cube and simplex grids in unstructured grid managers. More... | |
class | Dune::BemppStructuredGridFactory< GridType >::MultiIndex |
dim-dimensional multi-index. The range for each component can be set individually More... | |
class | Dune::BemppStructuredGridFactory< YaspGrid< dim > > |
Specialization of the StructuredGridFactory for YaspGrid. More... | |
A class to construct structured cube and simplex grids using the grid factory.