← Back to team overview

dolfin team mailing list archive

Re: ODE solver interface

 

On Mon, Oct 10, 2005 at 07:36:25PM +0200, Johan Jansson wrote:
> On Mon, Oct 10, 2005 at 11:36:12AM -0500, Anders Logg wrote:
> > Johan, should we make T an argument to the constructor in the ODE solver
> > interface so we have
> > 
> >     ODE.__init__(self, 1, 1.0)
> > 
> > instead of
> > 
> >     ODE.__init__(self, 1)
> >     self.T = 1.0
> > 
> > ?
> > 
> > /Anders
> > 
> 
> Yes, it would probably look nicer in the Python code.
> 
>   Johan

ok, let's do it. I'll add it to the TODO list. Feel free to make the
change if you get there before I do.

/Anders



Follow ups

References