|
dune-geometry
2.6-git
|
Jacobi-Gauss quadrature for alpha=2, beta=0. More...
#include <dune/geometry/quadraturerules.hh>

Public Types | |
| enum | { dim =1 } |
| The space dimension. More... | |
| enum | { highest_order =31 } |
| The highest quadrature order available. More... | |
| enum | |
| The space dimension. More... | |
| typedef ct | CoordType |
| The type used for coordinates. More... | |
| typedef std::vector< QuadraturePoint< ct, dim > >::const_iterator | iterator |
Public Member Functions | |
| ~GaussLobattoQuadratureRule1D () | |
| virtual int | order () const |
| return order More... | |
| virtual GeometryType | type () const |
| return type of element More... | |
Public Attributes | |
| T | elements |
| STL member. More... | |
Protected Attributes | |
| GeometryType | geometry_type |
| int | delivered_order |
Jacobi-Gauss quadrature for alpha=2, beta=0.
|
inherited |
The type used for coordinates.
|
inherited |
this container is always a const container, therefore iterator is the same as const_iterator
| anonymous enum |
|
inherited |
The space dimension.
|
inline |
|
inlinevirtualinherited |
return order
|
inlinevirtualinherited |
return type of element
|
protectedinherited |
|
inherited |
STL member.
|
protectedinherited |
1.8.13