dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::CachingLumpingQuadrature< GridPart, 0 > Class Template Reference

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

Inheritance diagram for Dune::Fem::CachingLumpingQuadrature< GridPart, 0 >:
Inheritance graph

Public Types

enum  { codimension = 0 }
 codimension of the element quadrature More...
 
enum  { dimension = BaseType::dimension }
 Dimension of the world. More...
 
typedef GridPart GridPartType
 type of grid partition More...
 
typedef BaseType::RealType RealType
 Just another name for double... More...
 
typedef BaseType::CoordinateType CoordinateType
 The type of the coordinates in the codim-0 reference element. More...
 
typedef GridPartType::template Codim< 0 >::EntityType EntityType
 

Public Member Functions

 CachingLumpingQuadrature (const EntityType &entity, int ignored=1)
 constructor More...
 
 CachingLumpingQuadrature (const ThisType &org)
 copy constructor More...
 
const RealTypeweight (size_t i) const
 

Member Typedef Documentation

template<typename GridPart >
typedef BaseType::CoordinateType Dune::Fem::CachingLumpingQuadrature< GridPart, 0 >::CoordinateType

The type of the coordinates in the codim-0 reference element.

template<typename GridPart >
typedef GridPartType::template Codim<0>::EntityType Dune::Fem::CachingLumpingQuadrature< GridPart, 0 >::EntityType
template<typename GridPart >
typedef GridPart Dune::Fem::CachingLumpingQuadrature< GridPart, 0 >::GridPartType

type of grid partition

template<typename GridPart >
typedef BaseType::RealType Dune::Fem::CachingLumpingQuadrature< GridPart, 0 >::RealType

Just another name for double...

Member Enumeration Documentation

template<typename GridPart >
anonymous enum

codimension of the element quadrature

Enumerator
codimension 
template<typename GridPart >
anonymous enum

Dimension of the world.

Enumerator
dimension 

Constructor & Destructor Documentation

template<typename GridPart >
Dune::Fem::CachingLumpingQuadrature< GridPart, 0 >::CachingLumpingQuadrature ( const EntityType entity,
int  ignored = 1 
)
inline

constructor

Parameters
[in]entityentity, on whose reference element the quadratre lives
[in]ignoreddesired minimal order of the quadrature, which is of course fixed at 1. But we allow for this parameter in order to plug the LumpingQuadrature into generic code which normally passes the quadrature order as second parameter.
template<typename GridPart >
Dune::Fem::CachingLumpingQuadrature< GridPart, 0 >::CachingLumpingQuadrature ( const ThisType org)
inline

copy constructor

Parameters
[in]orgelement quadrature to copy

Member Function Documentation

template<typename GridPart >
const RealType& Dune::Fem::CachingLumpingQuadrature< GridPart, 0 >::weight ( size_t  i) const
inline

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