Public Member Functions | Private Attributes | List of all members
oomph::Gauss_Rescaled< DIM, NPTS_1D > Class Template Reference

Class for multidimensional Gaussian integration rules, over intervals other than -1 to 1, all intervals are rescaled in this case. More...

#include <integral.h>

+ Inheritance diagram for oomph::Gauss_Rescaled< DIM, NPTS_1D >:

Public Member Functions

 Gauss_Rescaled ()
 Default constructor (empty) More...
 
 Gauss_Rescaled (const Gauss_Rescaled &dummy)=delete
 Broken copy constructor. More...
 
void operator= (const Gauss_Rescaled &)=delete
 Broken assignment operator. More...
 
 Gauss_Rescaled (double lower, double upper)
 The constructor in this case takes the lower and upper arguments. More...
 
double knot (const unsigned &i, const unsigned &j) const
 Return the rescaled knot values s[j] at integration point i. More...
 
double weight (const unsigned &i) const
 Return the rescaled weight at integration point i. More...
 

Private Attributes

double Lower
 Store for the lower and upper limits of integration and the range. More...
 
double Upper
 
double Range
 

Detailed Description

template<unsigned DIM, unsigned NPTS_1D>
class oomph::Gauss_Rescaled< DIM, NPTS_1D >

Class for multidimensional Gaussian integration rules, over intervals other than -1 to 1, all intervals are rescaled in this case.

Definition at line 570 of file integral.h.

Constructor & Destructor Documentation

◆ Gauss_Rescaled() [1/3]

template<unsigned DIM, unsigned NPTS_1D>
oomph::Gauss_Rescaled< DIM, NPTS_1D >::Gauss_Rescaled ( )
inline

Default constructor (empty)

Definition at line 578 of file integral.h.

◆ Gauss_Rescaled() [2/3]

template<unsigned DIM, unsigned NPTS_1D>
oomph::Gauss_Rescaled< DIM, NPTS_1D >::Gauss_Rescaled ( const Gauss_Rescaled< DIM, NPTS_1D > &  dummy)
delete

Broken copy constructor.

◆ Gauss_Rescaled() [3/3]

template<unsigned DIM, unsigned NPTS_1D>
oomph::Gauss_Rescaled< DIM, NPTS_1D >::Gauss_Rescaled ( double  lower,
double  upper 
)
inline

The constructor in this case takes the lower and upper arguments.

Definition at line 587 of file integral.h.

References oomph::Gauss_Rescaled< DIM, NPTS_1D >::Range.

Member Function Documentation

◆ knot()

template<unsigned DIM, unsigned NPTS_1D>
double oomph::Gauss_Rescaled< DIM, NPTS_1D >::knot ( const unsigned &  i,
const unsigned &  j 
) const
inline

Return the rescaled knot values s[j] at integration point i.

Definition at line 594 of file integral.h.

References i, oomph::Gauss_Rescaled< DIM, NPTS_1D >::Lower, oomph::Gauss_Rescaled< DIM, NPTS_1D >::Range, and oomph::Gauss_Rescaled< DIM, NPTS_1D >::Upper.

◆ operator=()

template<unsigned DIM, unsigned NPTS_1D>
void oomph::Gauss_Rescaled< DIM, NPTS_1D >::operator= ( const Gauss_Rescaled< DIM, NPTS_1D > &  )
delete

Broken assignment operator.

◆ weight()

template<unsigned DIM, unsigned NPTS_1D>
double oomph::Gauss_Rescaled< DIM, NPTS_1D >::weight ( const unsigned &  i) const
inline

Return the rescaled weight at integration point i.

Definition at line 600 of file integral.h.

References i, and oomph::Gauss_Rescaled< DIM, NPTS_1D >::Range.

Member Data Documentation

◆ Lower

template<unsigned DIM, unsigned NPTS_1D>
double oomph::Gauss_Rescaled< DIM, NPTS_1D >::Lower
private

Store for the lower and upper limits of integration and the range.

Definition at line 574 of file integral.h.

Referenced by oomph::Gauss_Rescaled< DIM, NPTS_1D >::knot().

◆ Range

template<unsigned DIM, unsigned NPTS_1D>
double oomph::Gauss_Rescaled< DIM, NPTS_1D >::Range
private

◆ Upper

template<unsigned DIM, unsigned NPTS_1D>
double oomph::Gauss_Rescaled< DIM, NPTS_1D >::Upper
private

Definition at line 574 of file integral.h.

Referenced by oomph::Gauss_Rescaled< DIM, NPTS_1D >::knot().


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