- Home
- About DUNE
- Download
- Documentation
- Community
- Development
Structure to hold statistical information about one type of entity. More...
#include <dune/grid/utility/gridinfo.hh>
Public Member Functions | |
EntityInfo () | |
initialize the structure | |
Public Attributes | |
std::size_t | count |
number of entities in the set | |
ctype | volumeMin |
minimum volume of all entities in the set. | |
ctype | volumeMax |
maximum volume of all entities in the set. |
Structure to hold statistical information about one type of entity.
Dune::EntityInfo< ctype >::EntityInfo | ( | ) | [inline] |
initialize the structure
This assumes an empty set of entities so that information can be added later: count
is set to 0, volumeMin
to +infinity, and volumeMax
to -infinity.
std::size_t Dune::EntityInfo< ctype >::count |
number of entities in the set
ctype Dune::EntityInfo< ctype >::volumeMax |
maximum volume of all entities in the set.
If the set is empty, this is . If the volume of the entities cannot be determined (some instance of the none GeometryType) this is NaN.
Referenced by Dune::fillGridViewInfoSerial().
ctype Dune::EntityInfo< ctype >::volumeMin |
minimum volume of all entities in the set.
If the set is empty, this is . If the volume of the entities cannot be determined (some instance of the none GeometryType) this is NaN.
Referenced by Dune::fillGridViewInfoSerial().
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].