#include "MultiArray.hpp"
Include dependency graph for IntegroFunc.hpp:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | Kernel_CC< T > |
| The generic base class. More... | |
| class | Kernel_CC_Midpoint< T > |
| The base class with the computation of the cell integrals by the mid-point rule. More... | |
| class | NormalIntegration_CC< T > |
| The following class implements the 'normal integration' method. More... | |
The method computes the integral
arising in the population-dynamics problems. Typically, in these problems,
describes the splitting and
where
is the decay rate
is the solution (or the current guess for it). For our implementations,
is specified as a grid function.
1.5.2