utility functions for calculating the maximum grid width
More...
#include <dune/fem/misc/gridwidth.hh>
|
| template<class GridPartType , class MinMax > |
| static double | calcGridWidth (const GridPartType &gridPart, const bool communicate, const MinMax &minmax) |
| | calculate minimal grid width as with .
|
| |
| template<class GridPartType > |
| static double | calcGridWidth (const GridPartType &gridPart, const bool communicate=true) |
| |
|
| template<class GridPartType , class EntityType , class ElemGeoInfoType , class FaceGeoInfoType > |
| static double | maxEdgeWidth (const GridPartType &gridPart, const EntityType &entity, const ElemGeoInfoType &geoInfo, const FaceGeoInfoType &faceGeoInfo) |
| |
utility functions for calculating the maximum grid width
◆ calcGridWidth() [1/2]
template<class GridPartType , class MinMax >
| static double Dune::Fem::GridWidth::calcGridWidth |
( |
const GridPartType & |
gridPart, |
|
|
const bool |
communicate, |
|
|
const MinMax & |
minmax |
|
) |
| |
|
inlinestatic |
calculate minimal grid width as
with
.
- Parameters
-
| gridPart | set of element the minmal with is calculated for |
| communicate | do global communication to get minimal width for all processes (default = true) |
| minmax | Function which switches between the overall minimun and maximum |
◆ calcGridWidth() [2/2]
template<class GridPartType >
| static double Dune::Fem::GridWidth::calcGridWidth |
( |
const GridPartType & |
gridPart, |
|
|
const bool |
communicate = true |
|
) |
| |
|
inlinestatic |
◆ maxEdgeWidth()
template<class GridPartType , class EntityType , class ElemGeoInfoType , class FaceGeoInfoType >
| static double Dune::Fem::GridWidth::maxEdgeWidth |
( |
const GridPartType & |
gridPart, |
|
|
const EntityType & |
entity, |
|
|
const ElemGeoInfoType & |
geoInfo, |
|
|
const FaceGeoInfoType & |
faceGeoInfo |
|
) |
| |
|
inlinestaticprotected |
The documentation for this class was generated from the following file: