dune-grid  2.2.1
Classes | Namespaces
structuredgridfactory.hh File Reference

A class to construct structured cube and simplex grids using the grid factory. More...

#include <algorithm>
#include <cstddef>
#include <cstdlib>
#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/common/shared_ptr.hh>
#include <dune/grid/common/gridfactory.hh>
#include <dune/grid/yaspgrid.hh>
#include <dune/grid/sgrid.hh>

Go to the source code of this file.

Classes

class  Dune::StructuredGridFactory< GridType >
 Construct structured cube and simplex grids in unstructured grid managers. More...
 
class  Dune::StructuredGridFactory< YaspGrid< dim > >
 Specialization of the StructuredGridFactory for YaspGrid. More...
 
class  Dune::StructuredGridFactory< SGrid< dim, dim > >
 Specialization of the StructuredGridFactory for SGrid. More...
 

Namespaces

namespace  Dune
 

Detailed Description

A class to construct structured cube and simplex grids using the grid factory.