Dune Core Modules (2.6.0)

Dune::GaussLobattoQuadratureRule1D< ct > Class Template Reference

Jacobi-Gauss quadrature for alpha=2, beta=0. More...

#include <dune/geometry/quadraturerules.hh>

Public Types

enum  
 The space dimension.
 
enum  
 The highest quadrature order available.
 
enum  
 The space dimension.
 
typedef ct CoordType
 The type used for coordinates.
 
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
 

Public Attributes

elements
 STL member.
 

Detailed Description

template<typename ct>
class Dune::GaussLobattoQuadratureRule1D< ct >

Jacobi-Gauss quadrature for alpha=2, beta=0.

Member Typedef Documentation

◆ iterator

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 file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 14, 22:29, 2024)