| 
    queso-0.52.0
    
   | 
 
Class for first type Chebyshev-Gauss quadrature rule for one-dimensional functions. More...
#include <1DQuadrature.h>


Public Member Functions | |
Constructor/Destructor methods  | |
| WignerInverseChebyshev1st1DQuadrature (double minDomainValue, double maxDomainValue, unsigned int order) | |
| TODO: Default constructor.  More... | |
| ~WignerInverseChebyshev1st1DQuadrature () | |
| Destructor.  More... | |
Mathematical methods  | |
| void | dumbRoutine () const | 
| A bogus method.  More... | |
  Public Member Functions inherited from QUESO::Base1DQuadrature | |
| Base1DQuadrature (double minDomainValue, double maxDomainValue, unsigned int order) | |
| Default constructor.  More... | |
| virtual | ~Base1DQuadrature () | 
| Virtual destructor.  More... | |
| double | minDomainValue () const | 
| Returns the minimum value of the domain of the (one-dimensional) function.  More... | |
| double | maxDomainValue () const | 
| Returns the maximum value of the domain of the (one-dimensional) function.  More... | |
| unsigned int | order () const | 
| Returns the order of the quadrature rule.  More... | |
| const std::vector< double > & | positions () const | 
| Array of the positions for the numerical integration.  More... | |
| const std::vector< double > & | weights () const | 
| Array of the weights used in the numerical integration.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from QUESO::Base1DQuadrature | |
| double | m_minDomainValue | 
| double | m_maxDomainValue | 
| unsigned int | m_order | 
| std::vector< double > | m_positions | 
| std::vector< double > | m_weights | 
Class for first type Chebyshev-Gauss quadrature rule for one-dimensional functions.
Chebyshev-Gauss quadrature, also called Chebyshev Type 1 quadrature, is a Gaussian quadrature over the interval [-1,1] with weighting function 
.
The abscissas for quadrature order 
 are given by the roots of the Chebyshev polynomial of the first kind 
, which occur symmetrically about 0.
 The abscissas are given explicitly by 
 and the weights are 
Definition at line 267 of file 1DQuadrature.h.
| QUESO::WignerInverseChebyshev1st1DQuadrature::WignerInverseChebyshev1st1DQuadrature | ( | double | minDomainValue, | 
| double | maxDomainValue, | ||
| unsigned int | order | ||
| ) | 
TODO: Default constructor.
order, in the interval [minDomainValue,maxDomainValue]. This method scales the the abscissas (positions) of the quadrature from the interval [-1,1] to [minDomainValue,maxDomainValue]. Definition at line 678 of file 1DQuadrature.C.
References QUESO::Base1DQuadrature::m_maxDomainValue, QUESO::Base1DQuadrature::m_minDomainValue, QUESO::Base1DQuadrature::m_order, QUESO::Base1DQuadrature::m_positions, QUESO::Base1DQuadrature::m_weights, UQ_FATAL_TEST_MACRO, and QUESO::UQ_UNAVAILABLE_RANK.
| QUESO::WignerInverseChebyshev1st1DQuadrature::~WignerInverseChebyshev1st1DQuadrature | ( | ) | 
      
  | 
  virtual |