SG++-Doxygen-Documentation
|
Hierarchisation on sparse grid, mod wavelet case. More...
#include <OperationHierarchisationModWavelet.hpp>
Public Member Functions | |
void | doDehierarchisation (DataVector &alpha) override |
Implements the dehierarchisation on a sprase grid with mod wavelets base functions. More... | |
void | doHierarchisation (DataVector &node_values) override |
Implements the hierarchisation on a sprase grid with mod wavelets base functions. More... | |
OperationHierarchisationModWavelet (GridStorage &storage) | |
Constructor. More... | |
~OperationHierarchisationModWavelet () override | |
Destructor. More... | |
Public Member Functions inherited from sgpp::base::OperationHierarchisation | |
OperationHierarchisation () | |
Constructor. More... | |
virtual | ~OperationHierarchisation () |
Destructor. More... | |
Protected Attributes | |
GridStorage & | storage |
Pointer to GridStorage object. More... | |
Hierarchisation on sparse grid, mod wavelet case.
|
inlineexplicit |
Constructor.
storage | the grid's GridStorage object |
|
inlineoverride |
Destructor.
References alpha, doDehierarchisation(), and doHierarchisation().
|
overridevirtual |
Implements the dehierarchisation on a sprase grid with mod wavelets base functions.
alpha | the coefficients of the sparse grid's base functions |
Implements sgpp::base::OperationHierarchisation.
Referenced by ~OperationHierarchisationModWavelet().
|
overridevirtual |
Implements the hierarchisation on a sprase grid with mod wavelets base functions.
node_values | the functions values in the node base |
Implements sgpp::base::OperationHierarchisation.
Referenced by ~OperationHierarchisationModWavelet().
|
protected |
Pointer to GridStorage object.