Home
last modified time | relevance | path

Searched refs:jacI (Results 1 – 6 of 6) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes_band.c79 #define jacI (cpdls_mem->d_bjacI) macro
162 jacI = NULL; in CPBand()
250 if (ode_type == CP_IMPL && jacI == NULL) { in cpBandInit()
251 jacI = cpDlsBandDQJacImpl; in cpBandInit()
332 retval = jacI(n, mu, ml, tn, gamma, yP, ypP, fctP, M, J_data, tmp1, tmp2, tmp3); in cpBandSetup()
H A Dcpodes_dense.c116 #define jacI (cpdls_mem->d_djacI) macro
210 jacI = NULL; in CPDense()
444 if (ode_type == CP_IMPL && jacI == NULL) { in cpDenseInit()
445 jacI = cpDlsDenseDQJacImpl; in cpDenseInit()
522 retval = jacI(n, tn, gamma, yP, ypP, fctP, M, J_data, tmp1, tmp2, tmp3); in cpDenseSetup()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/tests/
H A DcpsRoberts_dns.c36 static int jacI(int N, realtype t, realtype gm,
85 jac = (void *)jacI; in main()
190 static int jacI(int N, realtype t, realtype gm, in jacI() function
H A DcpsRoberts_dnsL.c36 static int jacI(int N, realtype t, realtype gm,
86 jac = (void *)jacI; in main()
191 static int jacI(int N, realtype t, realtype gm, in jacI() function
H A Dcpsdenx.c36 static int jacI(int N, realtype t, realtype gm,
85 jac = (void *)jacI; in main()
190 static int jacI(int N, realtype t, realtype gm, in jacI() function
H A Dcpsdenx_lap.c36 static int jacI(int N, realtype t, realtype gm,
86 jac = (void *)jacI; in main()
191 static int jacI(int N, realtype t, realtype gm, in jacI() function