#include <SGrid.hpp>
Inheritance diagram for SGridCombTechn< T, t_entry >:

Public Member Functions | |
| virtual void | PrepareGridTable (int level)=0 |
| Adds necessary levels, computes the factors. | |
| void | Combine (GridVecInterpolation< T > &sol_accumulator) |
| Performs the combination technique. | |
| SGridCombTechn (SGridTable< T, t_entry > &the_grid_table) | |
| Constructor. | |
| virtual | ~SGridCombTechn () |
| Virtual destructor. | |
Protected Attributes | |
| SGridTable< T, t_entry > & | grid_table |
| SGridCombTechn< T, t_entry >::SGridCombTechn | ( | SGridTable< T, t_entry > & | the_grid_table | ) | [inline] |
Constructor.
| virtual SGridCombTechn< T, t_entry >::~SGridCombTechn | ( | ) | [inline, virtual] |
Virtual destructor.
| virtual void SGridCombTechn< T, t_entry >::PrepareGridTable | ( | int | level | ) | [pure virtual] |
Adds necessary levels, computes the factors.
| [in] | level | The level for which the solution should be computed |
Implemented in SGridCombTechn2o< T, t_entry >.
| void SGridCombTechn< T, t_entry >::Combine | ( | GridVecInterpolation< T > & | sol_accumulator | ) | [inline] |
Performs the combination technique.
Adds the grid functions in the grid tables multiplying them by the given factors
| [in] | sol_accumulator | Solution accumulator |
SGridTable<T, t_entry>& SGridCombTechn< T, t_entry >::grid_table [protected] |
1.5.2