[Tutor] Coding help 1D diffusion equation

Oscar Benjamin oscar.j.benjamin at gmail.com
Tue Jun 28 19:54:00 EDT 2016


On 26 Jun 2016 13:39, "Severin Langberg" <langberg91 at gmail.com> wrote:
>
> Hello!
>
> I have a problem with solving the 1D diffusion equation for Gaussian
> initial using odeint. Anyone care to help?

Odeint is for ordinary differential equations (ODEs). The diffusion
equation is a partial differential equation (PDE).

It is possible to use odeint this way but it would help if you could give
more information about the equation you want to solve and the boundary
conditions you have.


More information about the Tutor mailing list