Home
last modified time | relevance | path

Searched refs:P2_MU (Results 1 – 7 of 7) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/serial/
H A DcvDirectDemo_ls.c113 #define P2_MU 0 macro
436 retval = PrepareNextRun(cvode_mem, CV_ADAMS, miter, y, &A, P2_MU, P2_ML, &LS, &NLS); in Problem2()
501 retval = PrepareNextRun(cvode_mem, CV_BDF, miter, y, &A, P2_MU, P2_ML, &LS, &NLS); in Problem2()
545 printf(" neq = %d, ml = %d, mu = %d\n", P2_NEQ, P2_ML, P2_MU); in PrintIntro2()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/serial/
H A DcvsDirectDemo_ls.c113 #define P2_MU 0 macro
436 retval = PrepareNextRun(cvode_mem, CV_ADAMS, miter, y, &A, P2_MU, P2_ML, &LS, &NLS); in Problem2()
501 retval = PrepareNextRun(cvode_mem, CV_BDF, miter, y, &A, P2_MU, P2_ML, &LS, &NLS); in Problem2()
545 printf(" neq = %d, ml = %d, mu = %d\n", P2_NEQ, P2_ML, P2_MU); in PrintIntro2()
/dports/math/sundials/sundials-5.7.0/examples/cvode/serial/
H A DcvDirectDemo_ls.c113 #define P2_MU 0 macro
436 retval = PrepareNextRun(cvode_mem, CV_ADAMS, miter, y, &A, P2_MU, P2_ML, &LS, &NLS); in Problem2()
501 retval = PrepareNextRun(cvode_mem, CV_BDF, miter, y, &A, P2_MU, P2_ML, &LS, &NLS); in Problem2()
545 printf(" neq = %d, ml = %d, mu = %d\n", P2_NEQ, P2_ML, P2_MU); in PrintIntro2()
/dports/math/sundials/sundials-5.7.0/examples/cvodes/serial/
H A DcvsDirectDemo_ls.c113 #define P2_MU 0 macro
436 retval = PrepareNextRun(cvode_mem, CV_ADAMS, miter, y, &A, P2_MU, P2_ML, &LS, &NLS); in Problem2()
501 retval = PrepareNextRun(cvode_mem, CV_BDF, miter, y, &A, P2_MU, P2_ML, &LS, &NLS); in Problem2()
545 printf(" neq = %d, ml = %d, mu = %d\n", P2_NEQ, P2_ML, P2_MU); in PrintIntro2()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/tests/
H A DcpsAdvDiff_non.c42 #define P2_MU 0 macro
H A Dcpsadamsx.c52 #define P2_MU 0 macro
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/tests/
H A DCpsAdamsXCpp.cpp89 #define P2_MU 0 macro