Class template Dune::XT::Grid::Dimensions

template<class GridLayerType>
class Dune::XT::Grid::Dimensions<GridLayerType>

Provide min/max coordinates for all space dimensions of a grid layer

Class Dune::XT::Grid::Dimensions::GridDimensionsFunctor

Inherits from Dune::XT::Grid::ElementFunctor.

class Dune::XT::Grid::Dimensions::GridDimensionsFunctor : public ElementFunctor<GridLayerType>

gridwalk functor that does the actual work for \ref GridDimensions

Method Dune::XT::Grid::Dimensions::GridDimensionsFunctor::apply_local

void Dune::XT::Grid::Dimensions::GridDimensionsFunctor::apply_local(const int &element) override

No documentation provided.

Method Dune::XT::Grid::Dimensions::GridDimensionsFunctor::copy

ElementFunctor<GridLayerType> *Dune::XT::Grid::Dimensions::GridDimensionsFunctor::copy() override

No documentation provided.

Constructor Dune::XT::Grid::Dimensions::GridDimensionsFunctor::GridDimensionsFunctor

Dune::XT::Grid::Dimensions::GridDimensionsFunctor::GridDimensionsFunctor(int &c, int &e, int &w)

No documentation provided.

Field Dune::XT::Grid::Dimensions::GridDimensionsFunctor::coord_limits_

int &Dune::XT::Grid::Dimensions::GridDimensionsFunctor::coord_limits_

No documentation provided.

Field Dune::XT::Grid::Dimensions::GridDimensionsFunctor::entity_volume_

int &Dune::XT::Grid::Dimensions::GridDimensionsFunctor::entity_volume_

No documentation provided.

Field Dune::XT::Grid::Dimensions::GridDimensionsFunctor::entity_width_

int &Dune::XT::Grid::Dimensions::GridDimensionsFunctor::entity_width_

No documentation provided.

Method Dune::XT::Grid::Dimensions::volume_relation

template<class GridLayerType>
double Dune::XT::Grid::Dimensions<GridLayerType>::volume_relation() const

No documentation provided.

Method Dune::XT::Grid::Dimensions::view_center

template<class GridLayerType>
int Dune::XT::Grid::Dimensions<GridLayerType>::view_center() const

No documentation provided.

Method Dune::XT::Grid::Dimensions::bounding_box

template<class GridLayerType>
int Dune::XT::Grid::Dimensions<GridLayerType>::bounding_box() const

No documentation provided.

Constructor Dune::XT::Grid::Dimensions::Dimensions<GridLayerType>

template<>
template<class GridLayerType>
explicit Dune::XT::Grid::Dimensions<GridLayerType>::Dimensions<GridLayerType>(const GridLayerType &grid_layer)

No documentation provided.

Constructor Dune::XT::Grid::Dimensions::Dimensions<GridLayerType>

template<>
template<class GridLayerType>
explicit Dune::XT::Grid::Dimensions<GridLayerType>::Dimensions<GridLayerType>(const int &entity)

No documentation provided.

Field Dune::XT::Grid::Dimensions::coord_limits

int Dune::XT::Grid::Dimensions::coord_limits

No documentation provided.

Field Dune::XT::Grid::Dimensions::entity_volume

int Dune::XT::Grid::Dimensions::entity_volume

No documentation provided.

Field Dune::XT::Grid::Dimensions::entity_width

int Dune::XT::Grid::Dimensions::entity_width

No documentation provided.