Dune::CubeQuadratureRule< ct, 1 > Class Template Reference

#include <quadraturerules.hh>

Inheritance diagram for Dune::CubeQuadratureRule< ct, 1 >:

Dune::QuadratureRule< ct, 1 > List of all members.

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:

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)