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)
 Broken copy constructor. More...
 
void operator= (const Gauss_Rescaled &)
 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 732 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 742 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)
inline

Broken copy constructor.

Definition at line 745 of file integral.h.

References oomph::BrokenCopy::broken_copy().

◆ 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 757 of file integral.h.

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 764 of file integral.h.

◆ operator=()

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

Broken assignment operator.

Definition at line 751 of file integral.h.

References oomph::BrokenCopy::broken_assign().

◆ 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 768 of file integral.h.

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 737 of file integral.h.

◆ Range

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

Definition at line 737 of file integral.h.

◆ Upper

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

Definition at line 737 of file integral.h.


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