![]() |
SG++-Doxygen-Documentation
|
Quadrature on sparse grid, not a knot boundary B-spline grid. More...
#include <OperationQuadratureNakBsplineBoundary.hpp>
Public Member Functions | |
double | doQuadrature (DataVector &alpha) override |
Quadrature for not a knot B-spline basis functions. | |
OperationQuadratureNakBsplineBoundary (GridStorage &storage, size_t degree) | |
Constructor of OperationQuadratureNakBsplineBoundary. | |
~OperationQuadratureNakBsplineBoundary () override | |
![]() | |
OperationQuadrature () | |
Constructor. | |
virtual | ~OperationQuadrature () |
Destructor. | |
Protected Attributes | |
SNakBsplineBoundaryBase | base |
Basis object. | |
GridStorage & | storage |
Quadrature on sparse grid, not a knot boundary B-spline grid.
|
inline |
Constructor of OperationQuadratureNakBsplineBoundary.
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::HashGridPoint::getIndex(), sgpp::base::NakBsplineBoundaryBasis< 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().