Home
last modified time | relevance | path

Searched refs:ida_toutc (Results 1 – 18 of 18) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/ida/
H A Dida_impl.h238 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Dida.c1072 #define toutc (IDA_mem->ida_toutc)
/dports/devel/upp/upp/bazaar/plugin/sundials/src/ida/
H A Dida_impl.h260 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Dida.c970 if (itask == IDA_NORMAL) IDA_mem->ida_toutc = tout; in IDASolve()
3134 IDA_mem->ida_thi = ((IDA_mem->ida_toutc - IDA_mem->ida_tn)*IDA_mem->ida_hh >= ZERO) in IDARcheck3()
3135 ? IDA_mem->ida_tn : IDA_mem->ida_toutc; in IDARcheck3()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/ida/
H A Dida_impl.h260 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Dida.c970 if (itask == IDA_NORMAL) IDA_mem->ida_toutc = tout; in IDASolve()
3134 IDA_mem->ida_thi = ((IDA_mem->ida_toutc - IDA_mem->ida_tn)*IDA_mem->ida_hh >= ZERO) in IDARcheck3()
3135 ? IDA_mem->ida_tn : IDA_mem->ida_toutc; in IDARcheck3()
/dports/math/sundials/sundials-5.7.0/src/ida/
H A Dida_impl.h276 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Dida.c970 if (itask == IDA_NORMAL) IDA_mem->ida_toutc = tout; in IDASolve()
3140 IDA_mem->ida_thi = ((IDA_mem->ida_toutc - IDA_mem->ida_tn)*IDA_mem->ida_hh >= ZERO) in IDARcheck3()
3141 ? IDA_mem->ida_tn : IDA_mem->ida_toutc; in IDARcheck3()
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/idas/
H A Didas_impl.h420 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Didas.c2035 #define toutc (IDA_mem->ida_toutc)
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/idas/
H A Didas_impl.h463 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Didas.c2194 if (itask == IDA_NORMAL) IDA_mem->ida_toutc = tout; in IDASolve()
6970 IDA_mem->ida_thi = ((IDA_mem->ida_toutc - IDA_mem->ida_tn)*IDA_mem->ida_hh >= ZERO) in IDARcheck3()
6971 ? IDA_mem->ida_tn : IDA_mem->ida_toutc; in IDARcheck3()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/idas/
H A Didas_impl.h472 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Didas.c2194 if (itask == IDA_NORMAL) IDA_mem->ida_toutc = tout; in IDASolve()
6948 IDA_mem->ida_thi = ((IDA_mem->ida_toutc - IDA_mem->ida_tn)*IDA_mem->ida_hh >= ZERO) in IDARcheck3()
6949 ? IDA_mem->ida_tn : IDA_mem->ida_toutc; in IDARcheck3()
/dports/math/sundials/sundials-5.7.0/src/idas/
H A Didas_impl.h463 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Didas.c2194 if (itask == IDA_NORMAL) IDA_mem->ida_toutc = tout; in IDASolve()
6970 IDA_mem->ida_thi = ((IDA_mem->ida_toutc - IDA_mem->ida_tn)*IDA_mem->ida_hh >= ZERO) in IDARcheck3()
6971 ? IDA_mem->ida_tn : IDA_mem->ida_toutc; in IDARcheck3()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/idas/
H A Didas_impl.h473 realtype ida_toutc; /* copy of tout (if NORMAL mode) */ member
H A Didas.c2168 if (itask == IDA_NORMAL) IDA_mem->ida_toutc = tout; in IDASolve()
6708 IDA_mem->ida_thi = ((IDA_mem->ida_toutc - IDA_mem->ida_tn)*IDA_mem->ida_hh >= ZERO) ? in IDARcheck3()
6709 IDA_mem->ida_tn : IDA_mem->ida_toutc; in IDARcheck3()