MetaTwistUtility forwards the twist calls to the TwistUtility of the underlying HostTwistUtility.
More...
#include <dune/fem/gridpart/common/metatwistutility.hh>
|
template<class Intersection > |
static int | twistInSelf (const GridType &grid, const Intersection &intersection) |
| return 0 for inner face
|
|
template<class Intersection > |
static int | twistInNeighbor (const GridType &grid, const Intersection &intersection) |
| return 0 for outer face
|
|
template<class Intersection > |
static GeometryType | elementGeometry (const Intersection &intersection, const bool inside) |
| return geometry type of inside or outside entity
|
|
template<class HostTwistUtility>
struct Dune::Fem::MetaTwistUtility< HostTwistUtility >
MetaTwistUtility forwards the twist calls to the TwistUtility of the underlying HostTwistUtility.
- Note
- The class Intersection implementation is assumed to have a method hostIntersection().
◆ GridType
template<class HostTwistUtility >
◆ HostTwistUtilityType
template<class HostTwistUtility >
◆ elementGeometry()
template<class HostTwistUtility >
template<class Intersection >
static GeometryType Dune::Fem::MetaTwistUtility< HostTwistUtility >::elementGeometry |
( |
const Intersection & |
intersection, |
|
|
const bool |
inside |
|
) |
| |
|
inlinestatic |
return geometry type of inside or outside entity
◆ twistInNeighbor()
template<class HostTwistUtility >
template<class Intersection >
◆ twistInSelf()
template<class HostTwistUtility >
template<class Intersection >
The documentation for this struct was generated from the following file: