dune-geometry
2.2.0
|
Quadrature rules for Pyramids. More...
#include <dune/geometry/quadraturerules.hh>
Public Types | |
enum | { d = 3 } |
The space dimension. More... | |
enum | { highest_order = CubeQuadratureRule<ct,1>::highest_order } |
The highest quadrature order available. More... | |
typedef ct | CoordType |
The type used for coordinates. | |
typedef PyramidQuadratureRule < ct, 3 > | value_type |
enum | |
The space dimension. More... | |
typedef std::vector < QuadraturePoint< ct, dim > >::const_iterator | iterator |
Public Member Functions | |
~PyramidQuadratureRule () | |
virtual int | order () const |
return order | |
virtual GeometryType | type () const |
return type of element | |
Public Attributes | |
T | elements |
STL member. | |
Protected Member Functions | |
void | tensor_product (const QuadratureRule< ct, 1 > &q1d) |
int | power (int y, int d) |
Protected Attributes | |
GeometryType | geometry_type |
int | delivered_order |
Friends | |
class | QuadratureRuleFactory< ct, d > |
Quadrature rules for Pyramids.
typedef ct Dune::PyramidQuadratureRule< ct, 3 >::CoordType |
The type used for coordinates.
Reimplemented from Dune::QuadratureRule< ct, 3 >.
typedef std::vector<QuadraturePoint<ct,dim> >::const_iterator Dune::QuadratureRule< ct, dim >::iterator [inherited] |
this container is always a const container, therefore iterator is the same as const_iterator
typedef PyramidQuadratureRule<ct,3> Dune::PyramidQuadratureRule< ct, 3 >::value_type |
anonymous enum [inherited] |
The space dimension.
anonymous enum |
Dune::PyramidQuadratureRule< ct, 3 >::~PyramidQuadratureRule | ( | ) | [inline] |
virtual int Dune::QuadratureRule< ct, dim >::order | ( | ) | const [inline, virtual, inherited] |
return order
int Dune::QuadratureRule< ct, dim >::power | ( | int | y, |
int | d | ||
) | [inline, protected, inherited] |
void Dune::QuadratureRule< ct, dim >::tensor_product | ( | const QuadratureRule< ct, 1 > & | q1d | ) | [inline, protected, inherited] |
virtual GeometryType Dune::QuadratureRule< ct, dim >::type | ( | ) | const [inline, virtual, inherited] |
return type of element
friend class QuadratureRuleFactory< ct, d > [friend] |
int Dune::QuadratureRule< ct, dim >::delivered_order [protected, inherited] |
T std::vector< T >::elements [inherited] |
STL member.
GeometryType Dune::QuadratureRule< ct, dim >::geometry_type [protected, inherited] |