ug4
ug::GaussJacobi10 Class Reference

#include <gauss_jacobi10.h>

+ Inheritance diagram for ug::GaussJacobi10:

Public Member Functions

 GaussJacobi10 (size_t order)
 constructor More...
 
 ~GaussJacobi10 ()
 destructor More...
 
- Public Member Functions inherited from ug::QuadratureRule< 1 >
size_t order () const
 returns the order More...
 
const MathVector< dim > & point (size_t i) const
 returns i'th integration point More...
 
const MathVector< dim > * points () const
 returns all positions in an array of size() More...
 
 QuadratureRule ()
 constructor More...
 
size_t size () const
 number of integration points More...
 
number weight (size_t i) const
 return the i'th weight More...
 
const numberweights () const
 returns all weights in an array of size() More...
 
virtual ~QuadratureRule ()
 destructor More...
 

Additional Inherited Members

- Public Types inherited from ug::QuadratureRule< 1 >
typedef MathVector< dimposition_type
 Position Type in Reference Element Space. More...
 
typedef number weight_type
 Type of weights. More...
 
- Static Public Attributes inherited from ug::QuadratureRule< 1 >
static const int dim
 Dimension of Reference Element. More...
 
- Protected Attributes inherited from ug::QuadratureRule< 1 >
size_t m_numPoints
 number of points More...
 
int m_order
 Order of rule. More...
 
const MathVector< dim > * m_pvPoint
 Integration points. More...
 
const numberm_pvWeight
 Weights. More...
 

Detailed Description

This class provides GaussJacobi integrals up to order 70 with alpha = 1 and beta = 0. For further information see e.g.

Rathod, Venkatesh, Gauss Legendre - Gauss Jacobi Quadrature Rules over a Tetrahedral Region, Int. J. Math Analysis, Vol. 5, 2011 (4), 189-198

J. Villadsen and M.L. Michelsen, Solution of differential equation models by polynomial approximation, Prentice Hall Inc, Englewood Cliffs, New Jersey 07632 (1978)

Constructor & Destructor Documentation

◆ GaussJacobi10()

◆ ~GaussJacobi10()

ug::GaussJacobi10::~GaussJacobi10 ( )

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