Helper class to check affinity of the grid's geometries.
More...
#include <dune/fem/misc/checkgeomaffinity.hh>
|
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
|
|
template<class GridPartType , class Vector > |
static void | checkElementAffinity (const GridPartType &gridPart, const int quadOrd, Vector &affineGeomtryVec) |
| check whether all geometry mappings are affine
|
|
template<class QuadratureType>
struct Dune::Fem::GeometryAffinityCheck< QuadratureType >
Helper class to check affinity of the grid's geometries.
◆ checkAffinity()
template<class QuadratureType >
template<class IteratorType >
check whether all geometry mappings are affine
◆ checkElementAffinity()
template<class QuadratureType >
template<class GridPartType , class Vector >
static void Dune::Fem::GeometryAffinityCheck< QuadratureType >::checkElementAffinity |
( |
const GridPartType & |
gridPart, |
|
|
const int |
quadOrd, |
|
|
Vector & |
affineGeomtryVec |
|
) |
| |
|
inlinestatic |
check whether all geometry mappings are affine
◆ checkGeometry() [1/2]
template<class QuadratureType >
template<class EntityType , class ElementGeometryType >
◆ checkGeometry() [2/2]
template<class QuadratureType >
template<class EntityType >
The documentation for this struct was generated from the following file: