DUNE-FEM (unstable)

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

constructor More...

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

Public Types

enum  
 codimension of the quadrature
 
enum  
 dimension of the world
 
typedef GridPartImp GridPartType
 type of the grid partition
 
typedef GridPartType::ctype RealType
 type for reals (usually double)
 
typedef GridPartType::IntersectionIteratorType IntersectionIteratorType
 type of the intersection iterator
 
typedef IntegrationTraits::CoordinateType CoordinateType
 type of coordinates in 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
 
typedef IntegrationTraits::IntegrationPointListType::CoordinateType LocalCoordinateType
 type of coordinate in codim-1 reference element
 
typedef ThisType NonConformingQuadratureType
 type of quadrature for use on non-conforming intersections
 

Public Member Functions

 ElementQuadrature (const GridPartType &gridPart, const IntersectionType &intersection, const QuadratureKeyType &quadKey, typename BaseType ::Side side)
 constructor More...
 
 ElementQuadrature (const ElementQuadrature &org)
 copy constructor More...
 
const RealTypeweight (size_t i) const
 

Detailed Description

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

constructor

Parameters
[in]gridPartgrid partition (a dummy here)
[in]intersectionintersection
[in]quadKeyquadrature key, i.e. desired order of the quadrature
[in]sideeither INSIDE or OUTSIDE; codim-0 entity for which the ElementQuadrature shall be created

Constructor & Destructor Documentation

◆ ElementQuadrature() [1/2]

template<class GridPartImp , template< class, int > class QuadratureTraits>
Dune::Fem::ElementQuadrature< GridPartImp, 1, QuadratureTraits >::ElementQuadrature ( const GridPartType gridPart,
const IntersectionType &  intersection,
const QuadratureKeyType quadKey,
typename BaseType ::Side  side 
)
inline

constructor

Parameters
[in]gridPartgrid partition (a dummy here)
[in]intersectionintersection
[in]quadKeyquadrature key, i.e. desired order of the quadrature
[in]sideeither INSIDE or OUTSIDE; codim-0 entity for which the ElementQuadrature shall be created

◆ ElementQuadrature() [2/2]

template<class GridPartImp , template< class, int > class QuadratureTraits>
Dune::Fem::ElementQuadrature< GridPartImp, 1, QuadratureTraits >::ElementQuadrature ( const ElementQuadrature< GridPartImp, 1, QuadratureTraits > &  org)
inline

copy constructor

Parameters
[in]orgelement quadrature to copy

Member Function Documentation

◆ weight()

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

obtain the weight of the i-th quadrature point

Note
The quadrature weights sum up to the volume of the corresponding reference element.
Parameters
[in]iindex of the quadrature point
Returns
weight of the i-th quadrature point within the quadrature

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)