#include "MultiArray.hpp"
#include "gaussweights.hpp"
#include "FuncExpansion.hpp"
Include dependency graph for PrimFuncMethod.hpp:

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

Classes | |
| class | PrimFuncMthdKernFactor< T > |
| Parameters for the method of primitive functions. More... | |
| class | PrimFuncMthdCC< T > |
| Class of the Method of Primitive Functions for the integration of the cell-centered grid function that are constant on the cells. 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