dune-fem 2.8.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Dune::Fem::GeometryAffinityCheck< QuadratureType > Struct Template Reference

Helper class to check affinity of the grid's geometries. More...

#include <dune/fem/misc/checkgeomaffinity.hh>

Static Public Member Functions

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
 

Detailed Description

template<class QuadratureType>
struct Dune::Fem::GeometryAffinityCheck< QuadratureType >

Helper class to check affinity of the grid's geometries.

Member Function Documentation

◆ checkAffinity()

template<class QuadratureType >
template<class IteratorType >
static bool Dune::Fem::GeometryAffinityCheck< QuadratureType >::checkAffinity ( const IteratorType &  begin,
const IteratorType &  endit,
const int  quadOrd 
)
inlinestatic

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 >
static bool Dune::Fem::GeometryAffinityCheck< QuadratureType >::checkGeometry ( const EntityType &  entity,
const ElementGeometryType &  geo,
const int  quadOrd 
)
inlinestatic

◆ checkGeometry() [2/2]

template<class QuadratureType >
template<class EntityType >
static bool Dune::Fem::GeometryAffinityCheck< QuadratureType >::checkGeometry ( const EntityType &  entity,
const int  quadOrd 
)
inlinestatic

The documentation for this struct was generated from the following file: