SG++-Doxygen-Documentation
|
Quadrature on sparse grid, ModFundamentalSplinenomial grid without boundaries. More...
#include <OperationQuadratureModFundamentalSpline.hpp>
Public Member Functions | |
double | doQuadrature (DataVector &alpha) override |
Quadrature for piecewise ModFundamentalSplinenomial basis functions of max. More... | |
OperationQuadratureModFundamentalSpline (GridStorage &storage, size_t degree) | |
Constructor of OperationQuadratureModFundamentalSpline. More... | |
~OperationQuadratureModFundamentalSpline () override | |
Public Member Functions inherited from sgpp::base::OperationQuadrature | |
OperationQuadrature () | |
Constructor. More... | |
virtual | ~OperationQuadrature () |
Destructor. More... | |
Protected Attributes | |
SFundamentalSplineModifiedBase | base |
ModFundamentalSpline Basis object. More... | |
GridStorage & | storage |
Quadrature on sparse grid, ModFundamentalSplinenomial grid without boundaries.
|
inline |
Constructor of OperationQuadratureModFundamentalSpline.
storage | Pointer to the grid's GridStorage object |
degree | the ModFundamentalSplines degree |
|
inlineoverride |
References alpha, and doQuadrature().
|
overridevirtual |
Quadrature for piecewise ModFundamentalSplinenomial basis functions of max.
degree 3
alpha | Coefficient vector for current grid |
Implements sgpp::base::OperationQuadrature.
References base, sgpp::base::HashGridStorage::getBoundingBox(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridPoint::getIndex(), sgpp::base::FundamentalSplineModifiedBasis< LT, IT >::getIntegral(), sgpp::base::BoundingBox::getIntervalWidth(), sgpp::base::HashGridPoint::getLevel(), sgpp::base::HashGridStorage::getPoint(), sgpp::base::DataVector::getSize(), python.statsfileInfo::i, and storage.
Referenced by ~OperationQuadratureModFundamentalSpline().
|
protected |
ModFundamentalSpline Basis object.
Referenced by doQuadrature().
|
protected |
Referenced by doQuadrature().