dune-geometry  2.5.1
Public Types | Public Member Functions | Public Attributes | Protected Attributes | List of all members
Dune::GaussLobattoQuadratureRule1D< ct > Class Template Reference

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

#include <dune/geometry/quadraturerules.hh>

Inheritance diagram for Dune::GaussLobattoQuadratureRule1D< ct >:
Inheritance graph

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

elements
 STL member. More...
 

Protected Attributes

GeometryType geometry_type
 
int delivered_order
 

Detailed Description

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

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

Member Typedef Documentation

◆ CoordType

typedef ct Dune::QuadratureRule< ct, dim >::CoordType
inherited

The type used for coordinates.

◆ 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

Member Enumeration Documentation

◆ anonymous enum

template<typename ct >
anonymous enum

The space dimension.

Enumerator
dim 

◆ anonymous enum

template<typename ct >
anonymous enum

The highest quadrature order available.

Enumerator
highest_order 

◆ anonymous enum

anonymous enum
inherited

The space dimension.

Constructor & Destructor Documentation

◆ ~GaussLobattoQuadratureRule1D()

template<typename ct >
Dune::GaussLobattoQuadratureRule1D< ct >::~GaussLobattoQuadratureRule1D ( )
inline

Member Function Documentation

◆ order()

virtual int Dune::QuadratureRule< ct, dim >::order ( ) const
inlinevirtualinherited

return order

◆ type()

virtual GeometryType Dune::QuadratureRule< ct, dim >::type ( ) const
inlinevirtualinherited

return type of element

Member Data Documentation

◆ delivered_order

int Dune::QuadratureRule< ct, dim >::delivered_order
protectedinherited

◆ elements

T std::vector< T >::elements
inherited

STL member.

◆ geometry_type

GeometryType Dune::QuadratureRule< ct, dim >::geometry_type
protectedinherited

The documentation for this class was generated from the following file: