dune-fem  2.4.1-rc
Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::CachingInterface Class Reference

interface a cachable quadrature has to implement More...

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

Inheritance diagram for Dune::Fem::CachingInterface:
Inheritance graph

Public Member Functions

size_t cachingPoint (const size_t quadraturePoint) const
 map quadrature points to caching points More...
 

Protected Member Functions

 CachingInterface ()
 

Detailed Description

interface a cachable quadrature has to implement

Constructor & Destructor Documentation

Dune::Fem::CachingInterface::CachingInterface ( )
inlineprotected

Member Function Documentation

size_t Dune::Fem::CachingInterface::cachingPoint ( const size_t  quadraturePoint) const
inline

map quadrature points to caching points

For codim-1 entites, the mapping consists of two stages:

  • Consider the twist to get the quadrature point number on the face of the (codim-0) reference element,
  • Map the twisted quadrature point number to the caching point number.
Parameters
[in]quadraturePointnumber of quadrature point to map to a caching point

Referenced by Dune::Fem::CachingPointList< GridPartImp, 1, IntegrationTraits >::point().


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