Struct Dune::XT::Grid::Statistics

struct Dune::XT::Grid::Statistics

Counts entities and (inner/boundary) intersections of a grid layer and determines its maximal grid width.

size_t Dune::XT::Grid::Statistics::numberOfEntities

No documentation provided.

size_t Dune::XT::Grid::Statistics::numberOfIntersections

No documentation provided.

size_t Dune::XT::Grid::Statistics::numberOfInnerIntersections

No documentation provided.

size_t Dune::XT::Grid::Statistics::numberOfBoundaryIntersections

No documentation provided.

double Dune::XT::Grid::Statistics::maxGridWidth

No documentation provided.

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

No documentation provided.