DUNE-FEM (unstable)

Dune::Fem::ElementQuadrature< GridPartImp, 0, QuadratureTraits > Class Template Reference

constructor More...

#include <dune/fem/quadrature/elementquadrature.hh>

Public Types

enum  
 codimension of the element quadrature
 
enum  
 dimension of the world
 
typedef GridPartImp GridPartType
 type of the grid partition
 
typedef GridPartType::ctype RealType
 type for reals (usually double)
 
typedef IntegrationTraits::CoordinateType CoordinateType
 type for coordinates in the codim-0 reference element
 
typedef BaseType::QuadratureKeyType QuadratureKeyType
 type of quadrature identifier on user side (default is the order of quadrature)
 
typedef QuadraturePointWrapper< ThisTypeQuadraturePointWrapperType
 type of the quadrature point
 
typedef QuadraturePointIterator< ThisTypeIteratorType
 type of iterator
 

Public Member Functions

 ElementQuadrature (const EntityType &entity, const QuadratureKeyType &quadKey, const bool checkGeomType=true)
 constructor More...
 
 ElementQuadrature (const GeometryType &type, const QuadratureKeyType &quadKey)
 constructor More...
 
 ElementQuadrature (const ThisType &org)
 copy constructor More...
 
const RealTypeweight (size_t i) const
 obtain weight of i-th integration point More...
 

Detailed Description

template<typename GridPartImp, template< class, int > class QuadratureTraits>
class Dune::Fem::ElementQuadrature< GridPartImp, 0, QuadratureTraits >

constructor

Parameters
[in]entityentity, on whose reference element the quadrature lives
[in]quadKeydesired minimal order of the quadrature or other means of quadrature identification

Constructor & Destructor Documentation

◆ ElementQuadrature() [1/3]

template<typename GridPartImp , template< class, int > class QuadratureTraits>
Dune::Fem::ElementQuadrature< GridPartImp, 0, QuadratureTraits >::ElementQuadrature ( const EntityType &  entity,
const QuadratureKeyType quadKey,
const bool  checkGeomType = true 
)
inline

constructor

Parameters
[in]entityentity, on whose reference element the quadrature lives
[in]quadKeydesired minimal order of the quadrature or other means of quadrature identification

◆ ElementQuadrature() [2/3]

template<typename GridPartImp , template< class, int > class QuadratureTraits>
Dune::Fem::ElementQuadrature< GridPartImp, 0, QuadratureTraits >::ElementQuadrature ( const GeometryType type,
const QuadratureKeyType quadKey 
)
inline

constructor

Parameters
[in]typegeometry type, on whose reference element the quadrature lives
[in]quadKeydesired minimal order of the quadrature or other means of quadrature identification

◆ ElementQuadrature() [3/3]

template<typename GridPartImp , template< class, int > class QuadratureTraits>
Dune::Fem::ElementQuadrature< GridPartImp, 0, QuadratureTraits >::ElementQuadrature ( const ThisType org)
inline

copy constructor

Parameters
[in]orgelement quadrature to copy

Member Function Documentation

◆ weight()

template<typename GridPartImp , template< class, int > class QuadratureTraits>
const RealType & Dune::Fem::ElementQuadrature< GridPartImp, 0, QuadratureTraits >::weight ( size_t  i) const
inline

obtain weight of i-th integration point

This method returns the weight of the i-th integration point for 0 <= i < nop() within the quadrature.

Note
The integration point can be obtained via the point() method.
The quadrature weights sum up to the volume of the reference element.
Parameters
[in]inumber of the integration point, 0 <= i < nop()
Returns
weight of the i-th integration point

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)