Hello JEMRIS developer teams,
what is the default solver of JEMRIS? I have seen that JEMRIS uses CVODE package and Backward Differentiation Formulas (BDFs) and Adams-Moulton formulas were mentioned in the portal. I notice the code in Bloch_CV.cpp that m_cvode_mem = CVodeCreate (CV_ADAMS, sunctx), which should mean that you are using Adam as the default solver right with abstol = 1e-5 and RTOL = 1e-3 oder ?
Best regards