← Back to team overview

dolfin team mailing list archive

Re: ODE solver interface

 

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




Follow ups

References