![]() |
SG++-Doxygen-Documentation
|
Hierarchisation on sparse grid, mod bspline case. More...
#include <OperationHierarchisationModBspline.hpp>
Public Member Functions | |
void | doDehierarchisation (DataVector &alpha) override |
Implements the dehierarchisation on a sprase grid with mod bspline base functions. | |
void | doHierarchisation (DataVector &node_values) override |
Implements the hierarchisation on a sprase grid with mod bspline base functions. | |
OperationHierarchisationModBspline (GridStorage &storage, size_t degree) | |
Constructor. | |
~OperationHierarchisationModBspline () override | |
Destructor. | |
![]() | |
OperationHierarchisation () | |
Constructor. | |
virtual | ~OperationHierarchisation () |
Destructor. | |
Protected Attributes | |
SBsplineModifiedBase | base |
Mod Bspline Basis object. | |
GridStorage & | storage |
Pointer to GridStorage object. | |
Hierarchisation on sparse grid, mod bspline case.
|
inlineexplicit |
Constructor.
storage | the grid's GridStorage object |
degree | the bsplinenom's max. degree |
|
inlineoverride |
Destructor.
|
overridevirtual |
Implements the dehierarchisation on a sprase grid with mod bspline base functions.
alpha | the coefficients of the sparse grid's base functions |
Implements sgpp::base::OperationHierarchisation.
|
overridevirtual |
Implements the hierarchisation on a sprase grid with mod bspline base functions.
node_values | the functions values in the node base |
Implements sgpp::base::OperationHierarchisation.
|
protected |
Mod Bspline Basis object.
|
protected |
Pointer to GridStorage object.