Re: coupling fipy with scipy.integrate.odeint

2011-06-21 Thread Daniel Wheeler
On Mon, Jun 20, 2011 at 12:28 PM, Fangohr H. wrote: > The third file (filename question_odeint.py) contains an attempt to > reformulate this so that scipy.integrate.odeint is used for the time > integration. > > We think the current stumbling block is that we don't know how to ask fipy to > s

coupling fipy with scipy.integrate.odeint

2011-06-20 Thread Fangohr H.
Dear all, we would like to couple fipy with scipy.integrate.odeint. We attach an example (odeint_example.py) that demonstrates how scipy's odeint can be used by providing a function for the right hand side of an equation of type dy -- = rhs(y,t) dt We also attach a diffusion example (filename