![]()  | 
  
    SG++-Doxygen-Documentation
    
   | 
 
Hierarchisation on sparse grid, poly case. More...
#include <OperationHierarchisationPolyClenshawCurtisBoundary.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... | |
| OperationHierarchisationPolyClenshawCurtisBoundary (GridStorage &storage, size_t degree) | |
| Constructor.  More... | |
| ~OperationHierarchisationPolyClenshawCurtisBoundary () override | |
| Destructor.  More... | |
  Public Member Functions inherited from sgpp::base::OperationHierarchisation | |
| OperationHierarchisation () | |
| Constructor.  More... | |
| virtual | ~OperationHierarchisation () | 
| Destructor.  More... | |
Protected Attributes | |
| SPolyClenshawCurtisBoundaryBase | 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 ~OperationHierarchisationPolyClenshawCurtisBoundary().
      
  | 
  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 ~OperationHierarchisationPolyClenshawCurtisBoundary().
      
  | 
  protected | 
Poly Basis object.
Referenced by doDehierarchisation(), and doHierarchisation().
      
  | 
  protected | 
Pointer to GridStorage object.
Referenced by doDehierarchisation(), and doHierarchisation().