dune-grid 2.9.0
|
This file provides a factory class for tensorproduct grids. This is a collection of methods to generate monotonous sequences as needed for a tensorproduct grid. Apart from easy ones for locally equidistant grids, there are also more involved methods like splitting a range according to a geometric series. More...
#include <array>
#include <memory>
#include <vector>
#include <dune/common/fvector.hh>
#include <dune/grid/common/gridfactory.hh>
#include <dune/grid/yaspgrid.hh>
#include <dune/grid/utility/multiindex.hh>
Go to the source code of this file.
Classes | |
class | Dune::TensorGridFactory< Grid > |
A factory class for conveniently creating tensorproduct grids. More... | |
class | Dune::TensorGridFactoryCreator< Grid > |
class | Dune::TensorGridFactoryCreator< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > > |
Namespaces | |
namespace | Dune |
Include standard header files. | |
This file provides a factory class for tensorproduct grids. This is a collection of methods to generate monotonous sequences as needed for a tensorproduct grid. Apart from easy ones for locally equidistant grids, there are also more involved methods like splitting a range according to a geometric series.
The grid generation process is implemented for unstructured grids and for YaspGrid.