SG++-Doxygen-Documentation
|
Hierarchisation on sparse grid, poly case. More...
#include <OperationHierarchisationPolyBoundary.hpp>
Public Member Functions | |
void | doDehierarchisation (DataVector &alpha) override |
Implements the dehierarchisation on a sprase grid with poly base functions. More... | |
void | doHierarchisation (DataVector &node_values) override |
Implements the hierarchisation on a sprase grid with poly base functions. More... | |
OperationHierarchisationPolyBoundary (GridStorage &storage, size_t degree) | |
Constructor. More... | |
~OperationHierarchisationPolyBoundary () override | |
Destructor. More... | |
Public Member Functions inherited from sgpp::base::OperationHierarchisation | |
OperationHierarchisation () | |
Constructor. More... | |
virtual | ~OperationHierarchisation () |
Destructor. More... | |
Protected Attributes | |
SPolyBoundaryBase | base |
Poly Basis object. More... | |
GridStorage & | storage |
Pointer to GridStorage object. More... | |
Hierarchisation on sparse grid, poly case.
|
inline |
Constructor.
storage | the grid's GridStorage object |
degree | the polynom's max. degree |
|
inlineoverride |
Destructor.
References alpha, doDehierarchisation(), and doHierarchisation().
|
overridevirtual |
Implements the dehierarchisation on a sprase grid with poly base functions.
alpha | the coefficients of the sparse grid's base functions |
Implements sgpp::base::OperationHierarchisation.
References base, sgpp::base::HashGridStorage::getDimension(), python.statsfileInfo::i, create_scripts::s, storage, and sgpp::base::sweep< FUNC >::sweep1D_Boundary().
Referenced by ~OperationHierarchisationPolyBoundary().
|
overridevirtual |
Implements the hierarchisation on a sprase grid with poly base functions.
node_values | the functions values in the node base |
Implements sgpp::base::OperationHierarchisation.
References base, sgpp::base::HashGridStorage::getDimension(), python.statsfileInfo::i, create_scripts::s, storage, and sgpp::base::sweep< FUNC >::sweep1D_Boundary().
Referenced by ~OperationHierarchisationPolyBoundary().
|
protected |
Poly Basis object.
Referenced by doDehierarchisation(), and doHierarchisation().
|
protected |
Pointer to GridStorage object.
Referenced by doDehierarchisation(), and doHierarchisation().