Class template Dune::XT::Grid::StructuredGridFactory

Inherits from Dune::StructuredGridFactory<GridType>.

template<class GridType>
class Dune::XT::Grid::StructuredGridFactory<GridType> : public Dune::StructuredGridFactory<GridType>

general case just forwards to Dune core implementation

Method Dune::XT::Grid::StructuredGridFactory::createCubeGrid

template<class GridType>
static std::shared_ptr<GridType> Dune::XT::Grid::StructuredGridFactory<GridType>::createCubeGrid(const Dune::FieldVector<ctype, GridType::dimension> &lowerLeft, const Dune::FieldVector<ctype, GridType::dimension> &upperRight, const std::array<unsigned int, GridType::dimension> &elements, std::array<unsigned int, GridType::dimension> = default_overlap<GridType>(), Dune::MPIHelper::MPICommunicator = Dune::MPIHelper::getCommunicator())

No documentation provided.

Method Dune::XT::Grid::StructuredGridFactory::createSimplexGrid

template<class GridType>
static std::shared_ptr<GridType> Dune::XT::Grid::StructuredGridFactory<GridType>::createSimplexGrid(const Dune::FieldVector<ctype, GridType::dimension> &lowerLeft, const Dune::FieldVector<ctype, GridType::dimension> &upperRight, const std::array<unsigned int, GridType::dimension> &elements, Dune::MPIHelper::MPICommunicator = Dune::MPIHelper::getCommunicator())

No documentation provided.

Type alias Dune::XT::Grid::StructuredGridFactory::ctype

type Dune::XT::Grid::StructuredGridFactory::ctype

No documentation provided.