Function Dune::XT::Grid::make_prism_grid

Function template Dune::XT::Grid::make_prism_grid

template<class G>
GridProvider<G> Dune::XT::Grid::make_prism_grid(const unsigned int num_refinements = 0)

A 3d grid consisting of a single prism, built via the GridFactory.

As with make_mixed_grid, only UGGrid supports prism elements, so the body is only ever compiled for such grids. Single source of truth shared by dune/gdt/test/spaces/base.hh and the python make_prism_grid binding.