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.

Field Dune::XT::Grid::Statistics::numberOfEntities

int Dune::XT::Grid::Statistics::numberOfEntities

No documentation provided.

Field Dune::XT::Grid::Statistics::numberOfIntersections

int Dune::XT::Grid::Statistics::numberOfIntersections

No documentation provided.

Field Dune::XT::Grid::Statistics::numberOfInnerIntersections

int Dune::XT::Grid::Statistics::numberOfInnerIntersections

No documentation provided.

Field Dune::XT::Grid::Statistics::numberOfBoundaryIntersections

int Dune::XT::Grid::Statistics::numberOfBoundaryIntersections

No documentation provided.

Field Dune::XT::Grid::Statistics::maxGridWidth

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

No documentation provided.

Function template Dune::XT::Grid::Statistics::Statistics

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

No documentation provided.