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