Home
last modified time | relevance | path

Searched refs:irfnd (Results 1 – 19 of 19) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Drchek.f10 integer iownd3, iownr3, irfnd, itaskc, ngc, nge local
25 1 iownd3(3), iownr3(2), irfnd, itaskc, ngc, nge local
105 if (irfnd .eq. 0) go to 260
H A Dlsodar.f1102 integer lg0, lg1, lgx, iownr3, irfnd, itaskc, ngc, nge local
1146 1 lg0, lg1, lgx, iownr3(2), irfnd, itaskc, ngc, nge local
1192 if (irfnd .eq. 0 .and. ng .ne. ngc) go to 631
1428 irfnd = 0
1447 irfp = irfnd
1455 irfnd = 1
1460 irfnd = 0
1582 irfnd = 1
H A Drchek2.f12 integer iownd3, iownr3, irfnd, itaskc, ngc, nge local
27 1 iownd3(3), iownr3(2), irfnd, itaskc, ngc, nge local
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/arkode/
H A Darkode_root_impl.h66 int irfnd; /* flag showing whether last step had a root */ member
H A Darkode_root.c273 fprintf(outfile, "ark_irfnd = %i\n", ark_mem->root_mem->irfnd); in arkPrintRootMem()
403 if (rootmem->irfnd == 0) return(ARK_SUCCESS); in arkRootCheck2()
H A Darkode.c871 ark_mem->root_mem->irfnd = 1; in arkEvolve()
2018 irfndp = ark_mem->root_mem->irfnd; in arkStopTests()
2059 ark_mem->root_mem->irfnd = 0; in arkStopTests()
2067 ark_mem->root_mem->irfnd = 1; in arkStopTests()
/dports/math/sundials/sundials-5.7.0/src/arkode/
H A Darkode_root_impl.h66 int irfnd; /* flag showing whether last step had a root */ member
H A Darkode_root.c273 fprintf(outfile, "ark_irfnd = %i\n", ark_mem->root_mem->irfnd); in arkPrintRootMem()
403 if (rootmem->irfnd == 0) return(ARK_SUCCESS); in arkRootCheck2()
H A Darkode.c895 ark_mem->root_mem->irfnd = 1; in arkEvolve()
1920 irfndp = ark_mem->root_mem->irfnd; in arkStopTests()
1961 ark_mem->root_mem->irfnd = 0; in arkStopTests()
1969 ark_mem->root_mem->irfnd = 1; in arkStopTests()
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/includes/
H A Dcommon_structure.h67 int irfnd; member
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/ida/
H A Dida.c1076 #define irfnd (IDA_mem->ida_irfnd) macro
1298 irfndp = irfnd; in IDASolve()
1326 irfnd = 0; in IDASolve()
1336 irfnd = 1; in IDASolve()
1350 irfnd = 1; in IDASolve()
1463 irfnd = 1; in IDASolve()
1480 irfnd = 1; in IDASolve()
3564 if (irfnd == 0) in IDARcheck2Std()
4156 if (irfnd == 0) in IDARcheck2Ext()
/dports/math/maxima/maxima-5.43.2/share/odepack/src/
H A Ddrchek.lisp32 (irfnd (aref (dlsr01-part-1 *dlsr01-common-block*) 5))
115 (if (= irfnd 0) (go label260))
H A Ddlsodar.lisp89 (irfnd (aref (dlsr01-part-1 *dlsr01-common-block*) 5))
152 (if (and (= irfnd 0) (/= ng ngc)) (go label631))
513 (setf irfnd 0)
549 (setf irfp irfnd)
582 (setf irfnd 1)
587 (setf irfnd 0)
847 (setf irfnd 1)
H A Ddlsodkr.lisp139 (irfnd (aref (dlsr01-part-1 *dlsr01-common-block*) 5))
229 (if (and (= irfnd 0) (/= ng ngc)) (go label631))
591 (setf irfnd 0)
627 (setf irfp irfnd)
660 (setf irfnd 1)
665 (setf irfnd 0)
951 (setf irfnd 1)
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/cvode/
H A Dcvode.c1166 #define irfnd (cv_mem->cv_irfnd) macro
1391 irfndp = irfnd; in CVode()
1420 irfnd = 0; in CVode()
1430 irfnd = 1; in CVode()
1445 irfnd = 1; in CVode()
1633 irfnd = 1; in CVode()
1650 irfnd = 1; in CVode()
4784 if (irfnd == 0) in CVRcheck2Std()
5507 if (irfnd == 0) in CVRcheck2Ext()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes_root.c144 #define irfnd (cp_mem->cp_irfnd) macro
H A Dcpodes.c985 #define irfnd (cp_mem->cp_irfnd) macro
1202 irfndp = irfnd; in CPode()
1224 irfnd = 0; in CPode()
1231 irfnd = 1; in CPode()
1392 irfnd = 1; in CPode()
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/idas/
H A Didas.c2039 #define irfnd (IDA_mem->ida_irfnd) macro
2342 irfndp = irfnd; in IDASolve()
2363 irfnd = 0; in IDASolve()
2370 irfnd = 1; in IDASolve()
2504 irfnd = 1; in IDASolve()
6467 if (irfnd == 0) return(IDA_SUCCESS); in IDARcheck2()
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/cvodes/
H A Dcvodes.c2555 #define irfnd (cv_mem->cv_irfnd) macro
2850 irfndp = irfnd; in CVode()
2872 irfnd = 0; in CVode()
2879 irfnd = 1; in CVode()
3069 irfnd = 1; in CVode()
8082 if (irfnd == 0) return(CV_SUCCESS); in cvRcheck2()