Home
last modified time | relevance | path

Searched refs:ida_maxord (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/ida/
H A Dida_impl.h159 int ida_maxord; /* max value of method order k: */ member
H A Dida_io.c132 IDA_mem->ida_maxord = MIN(maxord, MAXORD_DEFAULT); in IDASetMaxOrd()
H A Dida.c339 IDA_mem->ida_maxord = MAXORD_DEFAULT; in IDACreate()
998 #define maxord (IDA_mem->ida_maxord)
/dports/devel/upp/upp/bazaar/plugin/sundials/src/ida/
H A Dida_impl.h175 int ida_maxord; /* max value of method order k: */ member
H A Dida.c298 IDA_mem->ida_maxord = MAXORD_DEFAULT; in IDACreate()
1585 maxcol = SUNMAX(IDA_mem->ida_maxord,3); in IDAAllocVectors()
1608 IDA_mem->ida_maxord_alloc = IDA_mem->ida_maxord; in IDAAllocVectors()
2750 (IDA_mem->ida_kk == IDA_mem->ida_maxord) ) in IDACompleteStep()
2778 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2835 if (IDA_mem->ida_kused < IDA_mem->ida_maxord) { in IDACompleteStep()
H A Dida_io.c122 IDA_mem->ida_maxord = SUNMIN(maxord,MAXORD_DEFAULT); in IDASetMaxOrd()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/ida/
H A Dida_impl.h175 int ida_maxord; /* max value of method order k: */ member
H A Dida.c298 IDA_mem->ida_maxord = MAXORD_DEFAULT; in IDACreate()
1585 maxcol = SUNMAX(IDA_mem->ida_maxord,3); in IDAAllocVectors()
1608 IDA_mem->ida_maxord_alloc = IDA_mem->ida_maxord; in IDAAllocVectors()
2750 (IDA_mem->ida_kk == IDA_mem->ida_maxord) ) in IDACompleteStep()
2778 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2835 if (IDA_mem->ida_kused < IDA_mem->ida_maxord) { in IDACompleteStep()
H A Dida_io.c122 IDA_mem->ida_maxord = SUNMIN(maxord,MAXORD_DEFAULT); in IDASetMaxOrd()
/dports/math/sundials/sundials-5.7.0/src/ida/
H A Dida_impl.h180 int ida_maxord; /* max value of method order k: */ member
H A Dida.c298 IDA_mem->ida_maxord = MAXORD_DEFAULT; in IDACreate()
1585 maxcol = SUNMAX(IDA_mem->ida_maxord,3); in IDAAllocVectors()
1608 IDA_mem->ida_maxord_alloc = IDA_mem->ida_maxord; in IDAAllocVectors()
2756 (IDA_mem->ida_kk == IDA_mem->ida_maxord) ) in IDACompleteStep()
2784 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2841 if (IDA_mem->ida_kused < IDA_mem->ida_maxord) { in IDACompleteStep()
H A Dida_io.c117 IDA_mem->ida_maxord = SUNMIN(maxord,MAXORD_DEFAULT); in IDASetMaxOrd()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/idas/
H A Didas.c424 IDA_mem->ida_maxord = MAXORD_DEFAULT; in IDACreate()
3626 maxcol = SUNMAX(IDA_mem->ida_maxord,3); in IDAAllocVectors()
3649 IDA_mem->ida_maxord_alloc = IDA_mem->ida_maxord; in IDAAllocVectors()
3748 for (j=0; j <= IDA_mem->ida_maxord; j++) { in IDAQuadAllocVectors()
3760 IDA_mem->ida_lrw += (IDA_mem->ida_maxord+4)*IDA_mem->ida_lrw1Q; in IDAQuadAllocVectors()
3782 for(j=0; j <= IDA_mem->ida_maxord; j++) { in IDAQuadFreeVectors()
3890 maxcol = SUNMAX(IDA_mem->ida_maxord,4); in IDASensAllocVectors()
4041 maxcol = SUNMAX(IDA_mem->ida_maxord,4); in IDAQuadSensAllocVectors()
4075 maxcol = SUNMAX(IDA_mem->ida_maxord, 4); in IDAQuadSensFreeVectors()
6380 (IDA_mem->ida_kk == IDA_mem->ida_maxord) ) in IDACompleteStep()
[all …]
H A Didas_impl.h305 int ida_maxord; /* max value of method order k: */ member
H A Didas_io.c116 IDA_mem->ida_maxord = SUNMIN(maxord,MAXORD_DEFAULT); in IDASetMaxOrd()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/idas/
H A Didas.c424 IDA_mem->ida_maxord = MAXORD_DEFAULT; in IDACreate()
3626 maxcol = SUNMAX(IDA_mem->ida_maxord,3); in IDAAllocVectors()
3649 IDA_mem->ida_maxord_alloc = IDA_mem->ida_maxord; in IDAAllocVectors()
3748 for (j=0; j <= IDA_mem->ida_maxord; j++) { in IDAQuadAllocVectors()
3760 IDA_mem->ida_lrw += (IDA_mem->ida_maxord+4)*IDA_mem->ida_lrw1Q; in IDAQuadAllocVectors()
3782 for(j=0; j <= IDA_mem->ida_maxord; j++) { in IDAQuadFreeVectors()
3890 maxcol = SUNMAX(IDA_mem->ida_maxord,4); in IDASensAllocVectors()
4041 maxcol = SUNMAX(IDA_mem->ida_maxord,4); in IDAQuadSensAllocVectors()
4075 maxcol = SUNMAX(IDA_mem->ida_maxord, 4); in IDAQuadSensFreeVectors()
6358 (IDA_mem->ida_kk == IDA_mem->ida_maxord) ) in IDACompleteStep()
[all …]
H A Didas_impl.h303 int ida_maxord; /* max value of method order k: */ member
H A Didas_io.c121 IDA_mem->ida_maxord = SUNMIN(maxord,MAXORD_DEFAULT); in IDASetMaxOrd()
/dports/math/sundials/sundials-5.7.0/src/idas/
H A Didas.c424 IDA_mem->ida_maxord = MAXORD_DEFAULT; in IDACreate()
3626 maxcol = SUNMAX(IDA_mem->ida_maxord,3); in IDAAllocVectors()
3649 IDA_mem->ida_maxord_alloc = IDA_mem->ida_maxord; in IDAAllocVectors()
3748 for (j=0; j <= IDA_mem->ida_maxord; j++) { in IDAQuadAllocVectors()
3760 IDA_mem->ida_lrw += (IDA_mem->ida_maxord+4)*IDA_mem->ida_lrw1Q; in IDAQuadAllocVectors()
3782 for(j=0; j <= IDA_mem->ida_maxord; j++) { in IDAQuadFreeVectors()
3890 maxcol = SUNMAX(IDA_mem->ida_maxord,4); in IDASensAllocVectors()
4041 maxcol = SUNMAX(IDA_mem->ida_maxord,4); in IDAQuadSensAllocVectors()
4075 maxcol = SUNMAX(IDA_mem->ida_maxord, 4); in IDAQuadSensFreeVectors()
6380 (IDA_mem->ida_kk == IDA_mem->ida_maxord) ) in IDACompleteStep()
[all …]
H A Didas_impl.h305 int ida_maxord; /* max value of method order k: */ member
H A Didas_io.c116 IDA_mem->ida_maxord = SUNMIN(maxord,MAXORD_DEFAULT); in IDASetMaxOrd()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/idas/
H A Didas.c433 IDA_mem->ida_maxord = MAXORD_DEFAULT; in IDACreate()
3479 maxcol = SUNMAX(IDA_mem->ida_maxord,3); in IDAAllocVectors()
3503 IDA_mem->ida_maxord_alloc = IDA_mem->ida_maxord; in IDAAllocVectors()
3601 for (j=0; j <= IDA_mem->ida_maxord; j++) { in IDAQuadAllocVectors()
3613 IDA_mem->ida_lrw += (IDA_mem->ida_maxord+4)*IDA_mem->ida_lrw1Q; in IDAQuadAllocVectors()
3635 for(j=0; j <= IDA_mem->ida_maxord; j++) { in IDAQuadFreeVectors()
3743 maxcol = SUNMAX(IDA_mem->ida_maxord,4); in IDASensAllocVectors()
3894 maxcol = SUNMAX(IDA_mem->ida_maxord,4); in IDAQuadSensAllocVectors()
3928 maxcol = SUNMAX(IDA_mem->ida_maxord, 4); in IDAQuadSensFreeVectors()
6192 (IDA_mem->ida_kk == IDA_mem->ida_maxord) ) in IDACompleteStep()
[all …]
H A Didas_impl.h301 int ida_maxord; /* max value of method order k: */ member
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/idas/
H A Didas_impl.h281 int ida_maxord; /* max value of method order k: */ member
H A Didas_io.c130 IDA_mem->ida_maxord = SUNMIN(maxord,MAXORD_DEFAULT); in IDASetMaxOrd()

12