![]() |
SG++-Doxygen-Documentation
|
Hierarchisation on sparse grid, linear grid without boundaries. More...
#include <OperationHierarchisationLinearStretched.hpp>
Public Member Functions | |
void | doDehierarchisation (DataVector &alpha) override |
Implements the dehierarchisation on a sparse grid. | |
void | doHierarchisation (DataVector &node_values) override |
Implements the hierarchisation on a sparse grid. | |
OperationHierarchisationLinearStretched (GridStorage &storage) | |
Constructor of OperationHierarchisationLinear. | |
~OperationHierarchisationLinearStretched () override | |
Destructor. | |
![]() | |
OperationHierarchisation () | |
Constructor. | |
virtual | ~OperationHierarchisation () |
Destructor. | |
Protected Attributes | |
GridStorage & | storage |
reference to the grid's GridStorage object | |
Hierarchisation on sparse grid, linear grid without boundaries.
|
inlineexplicit |
Constructor of OperationHierarchisationLinear.
storage | Pointer to the grid's gridstorage obejct |
|
inlineoverride |
Destructor.
|
overridevirtual |
Implements the dehierarchisation on a sparse grid.
alpha | the coefficients of the sparse grid's basis functions |
Implements sgpp::base::OperationHierarchisation.
References alpha, sgpp::base::HashGridStorage::getDimension(), and storage.
|
overridevirtual |
Implements the hierarchisation on a sparse grid.
node_values | the function's values in the nodal basis |
Implements sgpp::base::OperationHierarchisation.
References sgpp::base::HashGridStorage::getDimension(), and storage.
|
protected |
reference to the grid's GridStorage object
Referenced by doDehierarchisation(), and doHierarchisation().