Class for multidimensional Gaussian integration rules, over intervals other than -1 to 1, all intervals are rescaled in this case. More...
#include <integral.h>
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 |
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.
|
inline |
Default constructor (empty)
Definition at line 742 of file integral.h.
|
inline |
Broken copy constructor.
Definition at line 745 of file integral.h.
References oomph::BrokenCopy::broken_copy().
|
inline |
The constructor in this case takes the lower and upper arguments.
Definition at line 757 of file integral.h.
|
inline |
Return the rescaled knot values s[j] at integration point i.
Definition at line 764 of file integral.h.
|
inline |
Broken assignment operator.
Definition at line 751 of file integral.h.
References oomph::BrokenCopy::broken_assign().
|
inline |
Return the rescaled weight at integration point i.
Definition at line 768 of file integral.h.
|
private |
Store for the lower and upper limits of integration and the range.
Definition at line 737 of file integral.h.
|
private |
Definition at line 737 of file integral.h.
|
private |
Definition at line 737 of file integral.h.