Skip to content
Stefano Zaghi edited this page Sep 15, 2015 · 2 revisions

In the PDEs category there are examples of integration of Initial Values Problems (IVP) mixed with Boundary Values Problems (IBP) where the integrand state is a function of time and space. The mathematical problem can be always formulated as

IVP

where:

  • U_t = dU/dt;
  • U is the vector of state variables being a function of the time-like independent variable t;
  • R is the (vectorial) residual function;
  • F is the (vectorial) initial conditions function.

In the PDEs category the time derivative residual function R is, in general, a function of U(t,x), x being the independent space vector field. In general, a PDEs system is re-conducted to an algebraic system of ODE by firstly approximate the space operator of the residual function.

The provided examples of PDEs integration are:

Clone this wiki locally