|
dune-pdelab 2.10-git
|
Loading...
Searching...
No Matches
quadraturerules.hh
Go to the documentation of this file.
117 quadratureRule(const Geometry& geo, std::size_t order, QuadratureType::Enum quadrature_type = QuadratureType::GaussLegendre)
119 return { QuadratureRules<typename Geometry::ctype,Geometry::mydimension>::rule(geo.type(),order,quadrature_type) };
GaussLegendre
QuadratureRuleWrapper< QuadratureRule< typename Geometry::ctype, Geometry::mydimension > > quadratureRule(const Geometry &geo, std::size_t order, QuadratureType::Enum quadrature_type=QuadratureType::GaussLegendre)
Returns a quadrature rule for the given geometry.
Definition quadraturerules.hh:117
For backward compatibility – Do not use this!
static const QuadratureRule & rule(const GeometryType &t, int p, QuadratureType::Enum qt=QuadratureType::GaussLegendre)
GeometryType type() const
GridImp::ctype ctype
static constexpr int mydimension
Wrapper for Dune::QuadratureRule with value semantics.
Definition quadraturerules.hh:27
typename QR::const_iterator const_iterator
A const iterator over the quadrature points.
Definition quadraturerules.hh:38
typename QR::CoordType CoordType
The coordinate type of the local coordinates of the rule.
Definition quadraturerules.hh:32
GeometryType type() const
Returns the geometry type that this rule is valid for.
Definition quadraturerules.hh:50
typename QR::size_type size_type
The size type used by the container.
Definition quadraturerules.hh:35
size_type size() const
Returns the number of quadrature points.
Definition quadraturerules.hh:56
const_iterator end() const
Returns an iterator pointing after the last quadrature point.
Definition quadraturerules.hh:68
const_iterator begin() const
Returns an iterator pointing to the first quadrature point.
Definition quadraturerules.hh:62
int order() const
Returns the maximum polynomial order up to which this rule is exact.
Definition quadraturerules.hh:44
const_iterator iterator
An iterator over the quadrature points (always const, as the container is read-only).
Definition quadraturerules.hh:41
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8