dune-fem 2.8.0
|
wrapper for a (Quadrature,int) pair More...
#include <dune/fem/quadrature/quadrature.hh>
Public Types | |
typedef Quadrature | QuadratureType |
typedef QuadratureType::CoordinateType | CoordinateType |
typedef QuadratureType::RealType | RealType |
typedef QuadratureType::LocalCoordinateType | LocalCoordinateType |
Public Member Functions | |
QuadraturePointWrapper (const QuadratureType &quadrature, unsigned int index) | |
ThisType & | operator= (const ThisType &)=delete |
const QuadratureType & | quadrature () const |
unsigned int | index () const |
const CoordinateType & | position () const |
const RealType & | weight () const |
const LocalCoordinateType & | localPosition () const |
Protected Attributes | |
const QuadratureType & | quadrature_ |
const unsigned int | index_ |
Related Functions | |
(Note that these are not member functions.) | |
template<class Quadrature > | |
static Quadrature::CoordinateType | coordinate (const QuadraturePointWrapper< Quadrature > &x) |
extract the real coordinate from a point | |
wrapper for a (Quadrature,int) pair
typedef QuadratureType::CoordinateType Dune::Fem::QuadraturePointWrapper< Quadrature >::CoordinateType |
typedef QuadratureType::LocalCoordinateType Dune::Fem::QuadraturePointWrapper< Quadrature >::LocalCoordinateType |
typedef Quadrature Dune::Fem::QuadraturePointWrapper< Quadrature >::QuadratureType |
typedef QuadratureType::RealType Dune::Fem::QuadraturePointWrapper< Quadrature >::RealType |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |
|
related |
extract the real coordinate from a point
This function unwraps a possibly wrapped quadrature point. If the point is not a wrapped quadrature point, the point itself is returned. This makes it possible to have one evaluation method for the two different kinds of evaluation points.
[in] | x | possibly wrapped point |
|
protected |
|
protected |