IntegroFunc.hpp File Reference

Class templates for the interfaces for the methods for the computation of the integrals arising in particular in the population dynamics. Besides, this file contains templates for the simple integration methods. More...

#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...

Detailed Description

Class templates for the interfaces for the methods for the computation of the integrals arising in particular in the population dynamics. Besides, this file contains templates for the simple integration methods.

The method computes the integral

\[ I(x) = \int_\Omega k(x, y) v(y) dy \]

arising in the population-dynamics problems. Typically, in these problems, $k$ describes the splitting and $v(y) = \delta(y) u(y)$ where $\delta$ is the decay rate $u$ is the solution (or the current guess for it). For our implementations, $v$ is specified as a grid function.

Date:
Jan. 11, 2006 - created

Generated on Fri Sep 21 12:33:17 2007 for SG2 by  doxygen 1.5.2