|
dune-geometry
2.3.1
|
Single evaluation point in a quadrature rule. More...
#include <dune/geometry/quadraturerules.hh>
Public Types | |
| enum | { d =dim } |
| enum | { dimension = dim } |
| typedef ct | CoordType |
| typedef ct | Field |
| typedef Dune::FieldVector< ct, dim > | Vector |
Public Member Functions | |
| QuadraturePoint (const Vector &x, ct w) | |
| set up quadrature of given order in d dimensions More... | |
| const Vector & | position () const |
| return local coordinates of integration point i More... | |
| const ct & | weight () const |
| return weight associated with integration point i More... | |
Protected Attributes | |
| FieldVector< ct, dim > | local |
| ct | weight_ |
Single evaluation point in a quadrature rule.
| ct | Number type used for both coordinates and the weights |
| dim | Dimension of the integration domain |
| typedef ct Dune::QuadraturePoint< ct, dim >::CoordType |
| typedef ct Dune::QuadraturePoint< ct, dim >::Field |
| typedef Dune::FieldVector<ct,dim> Dune::QuadraturePoint< ct, dim >::Vector |
|
inline |
set up quadrature of given order in d dimensions
References Dune::QuadraturePoint< ct, dim >::weight_.
|
inline |
return local coordinates of integration point i
References Dune::QuadraturePoint< ct, dim >::local.
|
inline |
return weight associated with integration point i
References Dune::QuadraturePoint< ct, dim >::weight_.
|
protected |
Referenced by Dune::QuadraturePoint< ct, dim >::position().
|
protected |
1.8.7