SG++-Doxygen-Documentation
|
linearstretched basis functions with boundaries And here we have another implicit dependence on tensor products More...
#include <LinearStretchedBoundaryBasis.hpp>
Public Member Functions | |
double | eval (LT level, IT index, double p, double pos0, double pos1) override |
Index and level rae not necessary, maybe function could be changed. More... | |
size_t | getDegree () const override |
Returns the polynomial degree of the basis. More... | |
double | getIntegral (LT level, IT index) override |
returns the integal of the current basis function More... | |
double | stretchedEval (double p, double pos0, double pos1) |
~LinearStretchedBoundaryBasis () override | |
Destructor. More... | |
Public Member Functions inherited from sgpp::base::LinearBoundaryBasis< LT, IT > | |
double | eval (LT l, IT i, double x) override |
~LinearBoundaryBasis () override | |
Destructor. More... | |
Public Member Functions inherited from sgpp::base::Basis< LT, IT > | |
virtual | ~Basis () |
Destructor. More... | |
linearstretched basis functions with boundaries And here we have another implicit dependence on tensor products
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
Index and level rae not necessary, maybe function could be changed.
Reimplemented from sgpp::base::LinearBoundaryBasis< LT, IT >.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), and sgpp::base::GetAffectedBasisFunctions< LinearStretchedBoundaryBasis< unsigned int, unsigned int > >::recBB().
|
inlineoverridevirtual |
Returns the polynomial degree of the basis.
Reimplemented from sgpp::base::LinearBoundaryBasis< LT, IT >.
|
inlineoverridevirtual |
returns the integal of the current basis function
level | level of the basis function |
index | index of the basis function |
Reimplemented from sgpp::base::LinearBoundaryBasis< LT, IT >.
|
inline |