Chi-Tech
chi_math::QuadratureGaussChebyshev Class Reference

#include <quadrature_gausschebyshev.h>

Inheritance diagram for chi_math::QuadratureGaussChebyshev:
chi_math::Quadrature ChiObject

Public Member Functions

 QuadratureGaussChebyshev (const chi::InputParameters &params)
 
 QuadratureGaussChebyshev (unsigned int N, bool verbose=false)
 
- Public Member Functions inherited from chi_math::Quadrature
const std::pair< double, double > & GetRange () const
 
void SetRange (const std::pair< double, double > &in_range)
 
- Public Member Functions inherited from ChiObject
 ChiObject ()
 
 ChiObject (const chi::InputParameters &params)
 
void SetStackID (size_t stack_id)
 
size_t StackID () const
 
virtual void PushOntoStack (std::shared_ptr< ChiObject > &new_object)
 
virtual ~ChiObject ()=default
 

Static Public Member Functions

static chi::InputParameters GetInputParameters ()
 
- Static Public Member Functions inherited from chi_math::Quadrature
static chi::InputParameters GetInputParameters ()
 
- Static Public Member Functions inherited from ChiObject
static chi::InputParameters GetInputParameters ()
 

Private Member Functions

void Initialize (unsigned int N)
 

Additional Inherited Members

- Data Fields inherited from chi_math::Quadrature
QuadratureOrder order_
 
std::vector< chi_math::QuadraturePointXYZqpoints_
 
std::vector< double > weights_
 
- Protected Member Functions inherited from chi_math::Quadrature
 Quadrature (const chi::InputParameters &params)
 
 Quadrature (QuadratureOrder in_order)
 
- Protected Attributes inherited from chi_math::Quadrature
std::pair< double, double > range_
 
bool verbose_ = false
 

Detailed Description

Gauss-Chebyshev quadrature.

Definition at line 12 of file quadrature_gausschebyshev.h.

Constructor & Destructor Documentation

◆ QuadratureGaussChebyshev() [1/2]

chi_math::QuadratureGaussChebyshev::QuadratureGaussChebyshev ( const chi::InputParameters params)
explicit

Definition at line 34 of file quadrature_gausschebyshev.cc.

◆ QuadratureGaussChebyshev() [2/2]

chi_math::QuadratureGaussChebyshev::QuadratureGaussChebyshev ( unsigned int  N,
bool  verbose = false 
)
explicit

Populates the abscissae and weights for a Gauss-Chebyshev quadrature given the number of desired quadrature points. The order of the quadrature will be 2N-1.

Definition at line 62 of file quadrature_gausschebyshev.cc.

Member Function Documentation

◆ GetInputParameters()

chi::InputParameters chi_math::QuadratureGaussChebyshev::GetInputParameters ( )
static

Definition at line 17 of file quadrature_gausschebyshev.cc.

◆ Initialize()

void chi_math::QuadratureGaussChebyshev::Initialize ( unsigned int  N)
private

Populates the abscissae and weights for a Gauss-Chebyshev quadrature given the number of desired quadrature points.

Definition at line 71 of file quadrature_gausschebyshev.cc.


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