|
dune-fem 2.8.0
|
constructor More...
#include <dune/fem/quadrature/cachingquadrature.hh>

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< ThisType > | QuadraturePointWrapperType |
| type of the quadrature point | |
| typedef QuadraturePointIterator< ThisType > | IteratorType |
| 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 RealType & | weight (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 | |
constructor
| [in] | entity | entity, on whose reference element the quadrature lives |
| [in] | quadKey | desired minimal order of the quadrature or other means of quadrature identification |
| typedef BaseType::CoordinateType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::CoordinateType |
type of the coordinates in the codim-0 reference element
| typedef GridPartType::template Codim<0>::EntityType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::EntityType |
| typedef GridPart Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::GridPartType |
type of grid partition
| typedef QuadraturePointIterator< ThisType > Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::IteratorType |
type of iterator
| typedef BaseType::QuadratureKeyType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::QuadratureKeyType |
type of quadrature identifier on user side (default is the order of quadrature)
| typedef QuadraturePointWrapper< ThisType > Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::QuadraturePointWrapperType |
type of the quadrature point
| typedef BaseType::RealType Dune::Fem::CachingQuadrature< GridPart, 0, QuadratureTraits >::RealType |
just another name for double
|
inline |
constructor
| [in] | entity | entity, on whose reference element the quadrature lives |
| [in] | quadKey | desired minimal order of the quadrature or other means of quadrature identification |
|
inline |
constructor
| [in] | type | geometry type, on whose reference element the quadrature lives |
| [in] | quadKey | desired minimal order of the quadrature or other means of quadrature identification |
|
inline |
copy constructor
| [in] | org | element quadrature to copy |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
staticconstexpr |
codimension of the element quadrature
|
staticconstexpr |
dimension of the world