dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits > Class Template Reference

constructor More...

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

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

Public Types

typedef GridPart GridPartType
 type of grid partition
 
typedef BaseType::RealType RealType
 just another name for double
 
typedef BaseType::CoordinateType CoordinateType
 type of the 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
 
typedef GridPartType::template Codim< 0 >::EntityType EntityType
 

Public Member Functions

 CachingQuadrature (const EntityType &entity, const QuadratureKeyType &quadKey)
 constructor
 
 CachingQuadrature (const GeometryType &type, const QuadratureKeyType &quadKey)
 constructor
 
 CachingQuadrature (const ThisType &org)
 copy constructor
 
QuadraturePointWrapperType operator[] (std::size_t i) const
 
IteratorType begin () const noexcept
 
IteratorType end () const noexcept
 
const RealTypeweight (std::size_t i) const
 

Static Public Attributes

static constexpr auto codimension = 0
 codimension of the element quadrature
 
static constexpr auto dimension = BaseType::dimension
 dimension of the world
 

Detailed Description

template<typename GridPart, template< class, int > class QuadratureTraits>
class Dune::Fem::CachingQuadrature< GridPart, 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

Member Typedef Documentation

◆ CoordinateType

template<typename GridPart , template< class, int > class QuadratureTraits>
typedef BaseType::CoordinateType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::CoordinateType

type of the coordinates in the codim-0 reference element

◆ EntityType

template<typename GridPart , template< class, int > class QuadratureTraits>
typedef GridPartType::template Codim<0>::EntityType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::EntityType

◆ GridPartType

template<typename GridPart , template< class, int > class QuadratureTraits>
typedef GridPart Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::GridPartType

type of grid partition

◆ IteratorType

template<typename GridPart , template< class, int > class QuadratureTraits>
typedef QuadraturePointIterator< ThisType > Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::IteratorType

type of iterator

◆ QuadratureKeyType

template<typename GridPart , template< class, int > class QuadratureTraits>
typedef BaseType::QuadratureKeyType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::QuadratureKeyType

type of quadrature identifier on user side (default is the order of quadrature)

◆ QuadraturePointWrapperType

template<typename GridPart , template< class, int > class QuadratureTraits>
typedef QuadraturePointWrapper< ThisType > Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::QuadraturePointWrapperType

type of the quadrature point

◆ RealType

template<typename GridPart , template< class, int > class QuadratureTraits>
typedef BaseType::RealType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::RealType

just another name for double

Constructor & Destructor Documentation

◆ CachingQuadrature() [1/3]

template<typename GridPart , template< class, int > class QuadratureTraits>
Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::CachingQuadrature ( const EntityType entity,
const QuadratureKeyType quadKey 
)
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

◆ CachingQuadrature() [2/3]

template<typename GridPart , template< class, int > class QuadratureTraits>
Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::CachingQuadrature ( 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

◆ CachingQuadrature() [3/3]

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

copy constructor

Parameters
[in]orgelement quadrature to copy

Member Function Documentation

◆ begin()

template<typename GridPart , template< class, int > class QuadratureTraits>
IteratorType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::begin ( ) const
inlinenoexcept

◆ end()

template<typename GridPart , template< class, int > class QuadratureTraits>
IteratorType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::end ( ) const
inlinenoexcept

◆ operator[]()

template<typename GridPart , template< class, int > class QuadratureTraits>
QuadraturePointWrapperType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::operator[] ( std::size_t  i) const
inline

◆ weight()

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

Member Data Documentation

◆ codimension

template<typename GridPart , template< class, int > class QuadratureTraits>
constexpr auto Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::codimension = 0
staticconstexpr

codimension of the element quadrature

◆ dimension

template<typename GridPart , template< class, int > class QuadratureTraits>
constexpr auto Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::dimension = BaseType::dimension
staticconstexpr

dimension of the world


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