dune-fem  2.4.1-rc
Public Types | Static Public Member Functions | List of all members
Dune::Fem::TwistFreeTwistUtility< Grid > Struct Template Reference

TwistFreeTwistUtility provides the default implementation for twistfree grid such as Cartesian grids. More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/caching/twistutility.hh>

Inheritance diagram for Dune::Fem::TwistFreeTwistUtility< Grid >:
Inheritance graph

Public Types

typedef Grid GridType
 

Static Public Member Functions

template<class Intersection >
static int twistInSelf (const GridType &, const Intersection &)
 return 0 for inner face More...
 
template<class Intersection >
static int twistInNeighbor (const GridType &, const Intersection &)
 return 0 for outer face More...
 
template<class Intersection >
static GeometryType elementGeometry (const Intersection &intersection, const bool inside)
 return geometry type of inside or outside entity More...
 

Detailed Description

template<class Grid>
struct Dune::Fem::TwistFreeTwistUtility< Grid >

TwistFreeTwistUtility provides the default implementation for twistfree grid such as Cartesian grids.

Member Typedef Documentation

template<class Grid>
typedef Grid Dune::Fem::TwistFreeTwistUtility< Grid >::GridType

Member Function Documentation

template<class Grid>
template<class Intersection >
static GeometryType Dune::Fem::TwistFreeTwistUtility< Grid >::elementGeometry ( const Intersection &  intersection,
const bool  inside 
)
inlinestatic

return geometry type of inside or outside entity

template<class Grid>
template<class Intersection >
static int Dune::Fem::TwistFreeTwistUtility< Grid >::twistInNeighbor ( const GridType ,
const Intersection &   
)
inlinestatic

return 0 for outer face

template<class Grid>
template<class Intersection >
static int Dune::Fem::TwistFreeTwistUtility< Grid >::twistInSelf ( const GridType ,
const Intersection &   
)
inlinestatic

return 0 for inner face


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