#include <SGrid.hpp>
Inheritance diagram for GridVecInterpolation< T >:

Public Member Functions | |
| virtual void | Rewind ()=0 |
| Resets the solution (for ex. sets it to zero). | |
| virtual void | AddGridVec (T factor, GridVec< T > &vec)=0 |
| Adds a grid function to the current combination. | |
| void | Interpolate (GridVec< T > &vec) |
| interpolate a given grid function | |
| virtual | ~GridVecInterpolation () |
| Virtual destructor. | |
| virtual GridVecInterpolation< T >::~GridVecInterpolation | ( | ) | [inline, virtual] |
Virtual destructor.
| virtual void GridVecInterpolation< T >::Rewind | ( | ) | [pure virtual] |
Resets the solution (for ex. sets it to zero).
Implemented in InterpolationAtPoint< T >, GridInterpolation< T >, GridConstInterpolation< T >, VecAccumulator< T >, and CC_Integral< T, Integrand >.
| virtual void GridVecInterpolation< T >::AddGridVec | ( | T | factor, | |
| GridVec< T > & | vec | |||
| ) | [pure virtual] |
Adds a grid function to the current combination.
| [in] | factor | The factor to multiply the grid function by |
| [in] | vec | The grid function to add |
Implemented in InterpolationAtPoint< T >, GridInterpolation< T >, GridConstInterpolation< T >, VecAccumulator< T >, and CC_Integral< T, Integrand >.
| void GridVecInterpolation< T >::Interpolate | ( | GridVec< T > & | vec | ) | [inline] |
interpolate a given grid function
| [in] | vec | The grid function to interpolate |
1.5.2