Function Dune::XT::Grid::make_tmp_view

Function template Dune::XT::Grid::make_tmp_view

template<class GridLayerType>
TemporaryConstView<GridLayerType> Dune::XT::Grid::make_tmp_view(const GridLayerType &grid_layer)

Creates a TemporaryConstView from a const grid layer.

Function template Dune::XT::Grid::make_tmp_view

template<class GridLayerType>
TemporaryView<GridLayerType> Dune::XT::Grid::make_tmp_view(GridLayerType &grid_layer)

Creates a TemporaryView from a mutable grid layer.