← Back to team overview

dolfin team mailing list archive

ODE solver interface

 

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



Follow ups