![]() |
SG++-Doxygen-Documentation
|
Quadrature on sparse grid, not a knotter B-spline grid. More...
#include <OperationQuadratureNakPBspline.hpp>
Public Member Functions | |
double | doQuadrature (DataVector &alpha) override |
Quadrature for not a knotter B-spline basis functions. | |
OperationQuadratureNakPBspline (GridStorage &storage, size_t degree) | |
Constructor of OperationQuadratureNakPBspline. | |
~OperationQuadratureNakPBspline () override | |
![]() | |
OperationQuadrature () | |
Constructor. | |
virtual | ~OperationQuadrature () |
Destructor. | |
Protected Attributes | |
SNakPBsplineBase | base |
Basis object. | |
GridStorage & | storage |
Quadrature on sparse grid, not a knotter B-spline grid.
|
inline |
Constructor of OperationQuadratureNakPBspline.
storage | Pointer to the grid's GridStorage object |
degree | the B-spline degree |
|
inlineoverride |
|
overridevirtual |
Quadrature for not a knotter B-spline basis functions.
alpha | Coefficient vector for current grid |
Implements sgpp::base::OperationQuadrature.
References alpha, base, sgpp::base::HashGridStorage::getBoundingBox(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridPoint::getIndex(), sgpp::base::NakPBsplineBasis< LT, IT >::getIntegral(), sgpp::base::BoundingBox::getIntervalWidth(), sgpp::base::HashGridPoint::getLevel(), sgpp::base::HashGridStorage::getPoint(), sgpp::base::DataVector::getSize(), and storage.
|
protected |
Basis object.
Referenced by doQuadrature().
|
protected |
Referenced by doQuadrature().