SG++-Doxygen-Documentation
|
Quadrature on sparse grid, modified linear grid. More...
#include <OperationQuadratureModLinear.hpp>
Public Member Functions | |
double | doQuadrature (DataVector &alpha) override |
Quadrature for modified piecewise linear hat basis functions. More... | |
OperationQuadratureModLinear (GridStorage &storage) | |
Constructor of OperationQuadratureModLinear. More... | |
~OperationQuadratureModLinear () override | |
Public Member Functions inherited from sgpp::base::OperationQuadrature | |
OperationQuadrature () | |
Constructor. More... | |
virtual | ~OperationQuadrature () |
Destructor. More... | |
Protected Attributes | |
SLinearModifiedBase | base |
ModLinear Basis object. More... | |
GridStorage & | storage |
Pointer to the grid's GridStorage object. More... | |
Quadrature on sparse grid, modified linear grid.
|
inlineexplicit |
Constructor of OperationQuadratureModLinear.
storage | Pointer to the grid's GridStorage object |
|
inlineoverride |
References alpha, and doQuadrature().
|
overridevirtual |
Quadrature for modified piecewise linear hat basis functions.
alpha | Coefficient vector for current grid |
Implements sgpp::base::OperationQuadrature.
References sgpp::base::HashGridStorage::begin(), sgpp::base::HashGridStorage::end(), sgpp::base::DataVector::get(), sgpp::base::HashGridStorage::getBoundingBox(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::BoundingBox::getIntervalWidth(), sgpp::combigrid::pow(), storage, and analyse_erg::tmp.
Referenced by ~OperationQuadratureModLinear().
|
protected |
ModLinear Basis object.
|
protected |
Pointer to the grid's GridStorage object.
Referenced by doQuadrature().