SG++-Doxygen-Documentation
sgpp::base::DehierarchisationLinearClenshawCurtis Class Reference

Class that implements the dehierarchisation on a polynomial sparse grid. More...

#include <DehierarchisationLinearClenshawCurtis.hpp>

Public Member Functions

 DehierarchisationLinearClenshawCurtis (GridStorage &storage)
 Constructor, must be bind to a grid. More...
 
void operator() (DataVector &source, DataVector &result, grid_iterator &index, size_t dim)
 Implements operator() needed by the sweep class during the grid traversal. More...
 
 ~DehierarchisationLinearClenshawCurtis ()
 Destructor. More...
 

Protected Types

typedef GridStorage::grid_iterator grid_iterator
 
typedef index_t index_type
 
typedef level_t level_type
 

Protected Member Functions

void rec (DataVector &source, DataVector &result, grid_iterator &index, size_t dim, double xl, double fl, double xr, double fr)
 Recursive dehierarchisation algorithm, this algorithms works in-place -> source should be equal to result. More...
 

Protected Attributes

ClenshawCurtisTableclenshawCurtisTable
 clenshaw curtis points More...
 
GridStoragestorage
 the grid object More...
 

Detailed Description

Class that implements the dehierarchisation on a polynomial sparse grid.

Therefore the ()operator has to be implement in order to use the sweep algorithm for the grid traversal

Member Typedef Documentation

◆ grid_iterator

◆ index_type

◆ level_type

Constructor & Destructor Documentation

◆ DehierarchisationLinearClenshawCurtis()

sgpp::base::DehierarchisationLinearClenshawCurtis::DehierarchisationLinearClenshawCurtis ( GridStorage storage)
explicit

Constructor, must be bind to a grid.

Parameters
storagethe grid storage object of the the grid, on which the dehierarchisation should be executed

◆ ~DehierarchisationLinearClenshawCurtis()

sgpp::base::DehierarchisationLinearClenshawCurtis::~DehierarchisationLinearClenshawCurtis ( )

Destructor.

Member Function Documentation

◆ operator()()

void sgpp::base::DehierarchisationLinearClenshawCurtis::operator() ( DataVector source,
DataVector result,
grid_iterator index,
size_t  dim 
)

Implements operator() needed by the sweep class during the grid traversal.

This function is applied to the whole grid.

Parameters
sourcethis DataVector holds the linear base coefficients of the sparse grid's ansatz-functions
resultthis DataVector holds the node base coefficients of the function that should be applied to the sparse grid
indexa iterator object of the grid
dimcurrent fixed dimension of the 'execution direction'

References rec().

◆ rec()

void sgpp::base::DehierarchisationLinearClenshawCurtis::rec ( DataVector source,
DataVector result,
grid_iterator index,
size_t  dim,
double  xl,
double  fl,
double  xr,
double  fr 
)
protected

Recursive dehierarchisation algorithm, this algorithms works in-place -> source should be equal to result.

Parameters
sourcethis DataVector holds the linear base coefficients of the sparse grid's ansatz-functions
resultthis DataVector holds the node base coefficients of the function that should be applied to the sparse grid
indexa iterator object of the grid
dimcurrent fixed dimension of the 'execution direction'
xlposition of closest neighbor to the left
flfunction value of closest neighbor to the left
xrposition of closest neighbor to the right
frfunction value of closest neighbor to the right

References clenshawCurtisTable, sgpp::base::HashGridIterator::get(), sgpp::base::ClenshawCurtisTable::getPoint(), sgpp::base::HashGridIterator::hint(), sgpp::base::HashGridStorage::isInvalidSequenceNumber(), sgpp::base::HashGridIterator::leftChild(), sgpp::base::HashGridIterator::seq(), sgpp::base::HashGridIterator::stepRight(), storage, and sgpp::base::HashGridIterator::up().

Referenced by operator()().

Member Data Documentation

◆ clenshawCurtisTable

ClenshawCurtisTable& sgpp::base::DehierarchisationLinearClenshawCurtis::clenshawCurtisTable
protected

clenshaw curtis points

Referenced by rec().

◆ storage

GridStorage& sgpp::base::DehierarchisationLinearClenshawCurtis::storage
protected

the grid object

Referenced by rec().


The documentation for this class was generated from the following files: