SG++-Doxygen-Documentation
|
Hierarchisation on sparse grid, linear case with boundaries. More...
#include <OperationHierarchisationLinearBoundary.hpp>
Public Member Functions | |
void | doDehierarchisation (DataVector &alpha) override |
Implements the dehierarchisation on a sparse grid. More... | |
void | doHierarchisation (DataVector &node_values) override |
Implements the hierarchisation on a sparse grid. More... | |
OperationHierarchisationLinearBoundary (GridStorage &storage) | |
Constructor. More... | |
~OperationHierarchisationLinearBoundary () 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, linear case with boundaries.
|
inlineexplicit |
Constructor.
storage | the grid's GridStorage object |
|
inlineoverride |
Destructor.
References alpha, doDehierarchisation(), and doHierarchisation().
|
overridevirtual |
Implements the dehierarchisation on a sparse grid.
alpha | the coefficients of the sparse grid's basis functions |
Implements sgpp::base::OperationHierarchisation.
References sgpp::base::HashGridStorage::getDimension(), python.statsfileInfo::i, create_scripts::s, storage, sgpp::base::sweep< FUNC >::sweep1D(), and sgpp::base::sweep< FUNC >::sweep1D_Boundary().
Referenced by ~OperationHierarchisationLinearBoundary().
|
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(), python.statsfileInfo::i, create_scripts::s, storage, sgpp::base::sweep< FUNC >::sweep1D(), and sgpp::base::sweep< FUNC >::sweep1D_Boundary().
Referenced by ~OperationHierarchisationLinearBoundary().
|
protected |
Pointer to GridStorage object.
Referenced by doDehierarchisation(), and doHierarchisation().