Closed vikramroybarc closed 6 months ago
It looks like the Paradis interface to SUNDIALS has not been updated since before the SUNDIALS v6.0.0 release in December 2021 (which was when the SUNContext
object became required). You'll need to create a SUNContext
object via a call to SUNContext_Create
, and then pass that in to the constructor for all other SUNDIALS objects that Paradis uses.
Thankyou drreynolds for your reply.
I tried with version 5.5.0 and it worked.
Thankyou very much for your support
Hi Team,
I am trying to build paradis dislocation dynamics code with KINSOL of sundials 6.6.0. I have modified following lines in the makefile of paradis
But I am getting this error regarding function N_VNewEmpty()
If anyone has an Idea regarding this, kindly help. Thankyou for considering this query