#include <CCIntegr.hpp>
Inheritance diagram for CC_Integral< T, Integrand >:


Public Member Functions | |
| T | Value () const |
| void | Rewind () |
| Resets the value (for ex. sets it to zero). | |
| void | AddGridVec (T factor, GridVec< T > &vec) |
| Adds a grid function to the current combination. | |
| CC_Integral (Integrand &the_kernel, int the_vec_no=0, int the_n_points=1) | |
| Constructor. | |
Integrates a partial solution considered as a cell-centered-grid function.
| CC_Integral< T, Integrand >::CC_Integral | ( | Integrand & | the_kernel, | |
| int | the_vec_no = 0, |
|||
| int | the_n_points = 1 | |||
| ) | [inline] |
Constructor.
| [in] | the_kernel | The integrand function |
| [in] | the_vec_no | The index of the grid function in the GridVec |
| [in] | the_n_points | Number of the gaussian points per dimension |
| T CC_Integral< T, Integrand >::Value | ( | ) | const [inline] |
| void CC_Integral< T, Integrand >::Rewind | ( | ) | [inline, virtual] |
| void CC_Integral< T, Integrand >::AddGridVec | ( | T | factor, | |
| GridVec< T > & | vec | |||
| ) | [inline, 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 |
Implements GridVecInterpolation< T >.
1.5.2