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

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

#include <dune/geometry/quadraturerules.hh>

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

Public Types

enum  { dim =1 }
 The space dimension. More...
 
enum  { highest_order =61 }
 The highest quadrature order available. More...
 
enum  
 The space dimension. More...
 
typedef ct CoordType
 The type used for coordinates.
 
typedef std::vector< QuadraturePoint< ct, dim > >::const_iterator iterator
 

Public Member Functions

 ~Jacobi2QuadratureRule1D ()
 
virtual int order () const
 return order
 
virtual GeometryType type () const
 return type of element
 

Public Attributes

elements
 STL member.
 

Protected Attributes

GeometryType geometry_type
 
int delivered_order
 

Detailed Description

template<typename ct>
class Dune::Jacobi2QuadratureRule1D< 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

anonymous enum
inherited

The space dimension.

◆ 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 

Constructor & Destructor Documentation

◆ ~Jacobi2QuadratureRule1D()

template<typename ct >
Dune::Jacobi2QuadratureRule1D< ct >::~Jacobi2QuadratureRule1D ( )
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: