#include <SparseGrid.hpp>
Inheritance diagram for AdaptiveCombinationTechnique< T >:


Public Member Functions | |
| AdaptiveCombinationTechnique () | |
| AdaptiveCombinationTechnique (int d, int maxLev) | |
| int | Initialize (int d, int maxLev) |
| Set up the sparse grid in d dimensions and with a maximum of maxLev levels. | |
| int | GetRefinedGrids (List< Array< int > > &newGrids) |
| int | SetSolutions (List< singleGridData< T > > &newSols) |
| Refine the grid adaptively and return the new grid levels. | |
| int | GetValue (double) |
| Get the single value, on which adaptivity is based, combined for the sparse grid. | |
| int | GetSolution (SparseGrid< T > &sg) |
Get the sparse grid solution sg, where in the single grid data
| |
| int | SetSolution (SparseGrid< T > &sg) |
| Set the sparse grid solution sg, parameters as in GetSolution. | |
| int | PrintPattern2d () |
Information is exchanged via the regular grids that constitute the sparse grid also a parameter can be provided on which adaptivity is based.
| AdaptiveCombinationTechnique< T >::AdaptiveCombinationTechnique | ( | ) | [inline] |
| AdaptiveCombinationTechnique< T >::AdaptiveCombinationTechnique | ( | int | d, | |
| int | maxLev | |||
| ) | [inline] |
| int AdaptiveCombinationTechnique< T >::Initialize | ( | int | d, | |
| int | maxLev | |||
| ) | [inline] |
Set up the sparse grid in d dimensions and with a maximum of maxLev levels.
| int AdaptiveCombinationTechnique< T >::GetRefinedGrids | ( | List< Array< int > > & | newGrids | ) | [inline] |
| int AdaptiveCombinationTechnique< T >::SetSolutions | ( | List< singleGridData< T > > & | newSols | ) | [inline] |
Refine the grid adaptively and return the new grid levels.
| [in] | newSols | A list of grid solutions to be included in the sparse grid. |
| int AdaptiveCombinationTechnique< T >::GetValue | ( | double | ) |
Get the single value, on which adaptivity is based, combined for the sparse grid.
| int AdaptiveCombinationTechnique< T >::GetSolution | ( | SparseGrid< T > & | sg | ) | [inline] |
Get the sparse grid solution sg, where in the single grid data
| int AdaptiveCombinationTechnique< T >::SetSolution | ( | SparseGrid< T > & | sg | ) | [inline] |
Set the sparse grid solution sg, parameters as in GetSolution.
| int AdaptiveCombinationTechnique< T >::PrintPattern2d | ( | ) | [inline] |
1.5.2