|
template<class EntityType , class ElementGeometryType > |
static bool | checkGeometry (const EntityType &entity, const ElementGeometryType &geo, const int quadOrd) |
|
template<class EntityType > |
static bool | checkGeometry (const EntityType &entity, const int quadOrd) |
|
template<class IteratorType > |
static bool | checkAffinity (const IteratorType &begin, const IteratorType &endit, const int quadOrd) |
| check whether all geometry mappings are affine More...
|
|
template<class GridPartType , class Vector > |
static void | checkElementAffinity (const GridPartType &gridPart, const int quadOrd, Vector &affineGeomtryVec) |
| check whether all geometry mappings are affine More...
|
|
template<class QuadratureType>
struct Dune::Fem::GeometryAffinityCheck< QuadratureType >
Helper class to check affinity of the grid's geometries.