Jose Daniel Lara

Results 201 comments of Jose Daniel Lara

This is something that we are interested in benchmarking the power systems stuff. We could take care of this. cc. @rodrigomha

I am not sure what could this be. There are tests in pure Sundials that do work properly, we need to check that the common interface is sending to Sundials...

@yhchang96 try without specifying the linear solver. I've had issues with the default tolerances of the linear solvers in Sundials before.

I can take a swing at this. I will be able to spend time over the weekend. I also want to enable passing solver parameters for the linear solvers. I...

is this related to #242 ?

Any hint on how to find the potential issue? I can try to fix it in https://github.com/SciML/Sundials.jl/pull/281

I had a conversation with @balos1 a few months ago about the implementation of custom linear solvers with the intention of implementing pardiso. It is not too bad to write...

looks like there is already a wrapper for SuperLUMT https://github.com/LLNL/sundials/tree/master/src/sunlinsol/superlumt Building with SuperLU MT The SuperLU MT libraries are available for download from the Lawrence Berkeley National Labo- ratory website:...

> Yes. Otherwise SuperLU is the only option left in the list that Sundials allows. So if we plan on linking in more, we can just put it to the...