Dune::CubeQuadratureRule< ct, 1 > Class Template Reference
#include <quadraturerules.hh>
Inheritance diagram for Dune::CubeQuadratureRule< ct, 1 >:

Detailed Description
template<typename ct>
class Dune::CubeQuadratureRule< ct, 1 >
Gauss quadrature for the n-dimensional cube. Specialization for 1D.
Public Types | |
typedef ct | CoordType |
The type used for coordinates. | |
enum | |
The space dimension. | |
typedef std::vector< QuadraturePoint< ct, dim > >::const_iterator | iterator |
Public Member Functions | |
virtual int | order () const |
return order | |
virtual GeometryType | type () const |
return type of element |
Member Typedef Documentation
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
The documentation for this class was generated from the following files:
- quadraturerules.hh
- cube.cc