diameter.hh
const std::string typeStr_() const
bool compute_(const Cell2 *cell2, enum type typ)
Computes the diameter out of given cell cell2 for requested type typ.
Class representing a map of diameters of elements of a given Space.
Definition: diameter.hh:44
const Real operator()(uint key) const
bool compute_(const Cell3 *cell3, enum type typ)
Computes the diameter out of given cell cell3 for requested type typ.
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
CellDiameter(const concepts::SpaceOnCells< F > &spc, const enum type typ, bool square=false)
Constructor getting a Space of Elements, i.e.
CellDiameter(const Cell &cell, const enum type typ, bool square=false)
Constructor to compute diameter of type typ out of a Cell \cell.
bool compute_(const Cell1 *cell1, enum type typ)
Computes the diameter out of given cell cell1 for requested type typ.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.