Re: [julia-users] Nonlinear system solution with Julia's Sundial.jl package and `Kinsol` warning

2015-05-14 Thread Mauro
Have a look at the description in https://computation.llnl.gov/casc/sundials/documentation/kin_guide/node5.html On Wed, 2015-05-13 at 23:04, Pileas wrote: > Hello all, > > I'm trying to solve a system of equations using the Sundials package for > Julia. > > The code is the following: > > #=

[julia-users] Nonlinear system solution with Julia's Sundial.jl package and `Kinsol` warning

2015-05-13 Thread Pileas
Hello all, I'm trying to solve a system of equations using the Sundials package for Julia. The code is the following: # CODE starts ===# *import Sundials* *function sysfn(y_in, fy_in, a_in)* *y = Sundials.asarray(y_in)* *