Dune::QuadraturePoint< ct, dim > Class Template Reference
[Quadrature]
#include <quadraturerules.hh>
Detailed Description
template<typename ct, int dim>
class Dune::QuadraturePoint< ct, dim >
Single evaluation point in a quadrature rule.
Public Member Functions | |
QuadraturePoint (const FieldVector< ct, dim > &x, double w) | |
set up quadrature of given order in d dimensions | |
const FieldVector< ct, dim > & | position () const |
return local coordinates of integration point i | |
double | weight () const |
return weight associated with integration point i |
The documentation for this class was generated from the following file: