Dune Core Modules (2.5.2)
Dune::QuadraturePoint< ct, dim > Class Template Reference
Single evaluation point in a quadrature rule. More...
#include <dune/geometry/quadraturerules.hh>
Public Types | |
enum | |
Dimension of the integration domain. | |
typedef ct | Field |
Number type used for coordinates and quadrature weights. | |
typedef Dune::FieldVector< ct, dim > | Vector |
Type used for the position of a quadrature point. | |
Public Member Functions | |
QuadraturePoint (const Vector &x, ct w) | |
set up quadrature of given order in d dimensions | |
const Vector & | position () const |
return local coordinates of integration point i | |
const ct & | weight () const |
return weight associated with integration point i | |
Detailed Description
template<typename ct, int dim>
class Dune::QuadraturePoint< ct, dim >
class Dune::QuadraturePoint< ct, dim >
Single evaluation point in a quadrature rule.
- Template Parameters
-
ct Number type used for both coordinates and the weights dim Dimension of the integration domain
The documentation for this class was generated from the following file:
- dune/geometry/quadraturerules.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 11, 23:29, 2024)