![]() |
SG++-Doxygen-Documentation
|
Quadrature on sparse grid, not a knot extended B-spline grid. More...
#include <OperationQuadratureNakBsplineExtended.hpp>
Public Member Functions | |
double | doQuadrature (DataVector &alpha) override |
Quadrature for not a knot B-spline basis functions. | |
OperationQuadratureNakBsplineExtended (GridStorage &storage, size_t degree) | |
Constructor of OperationQuadratureNakBsplineExtended. | |
~OperationQuadratureNakBsplineExtended () override | |
![]() | |
OperationQuadrature () | |
Constructor. | |
virtual | ~OperationQuadrature () |
Destructor. | |
Protected Attributes | |
SNakBsplineExtendedBase | base |
Basis object. | |
GridStorage & | storage |
Quadrature on sparse grid, not a knot extended B-spline grid.
|
inline |
Constructor of OperationQuadratureNakBsplineExtended.
storage | Pointer to the grid's GridStorage object |
degree | the B-spline degree |
|
inlineoverride |
|
overridevirtual |
Quadrature for not a knot 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::NakBsplineExtendedBasis< LT, IT >::getIntegral(), sgpp::base::BoundingBox::getIntervalWidth(), sgpp::base::HashGridStorage::getPointIndex(), sgpp::base::HashGridStorage::getPointLevel(), sgpp::base::HashGridStorage::getSize(), and storage.
|
protected |
Basis object.
Referenced by doQuadrature().
|
protected |
Referenced by doQuadrature().