Home
last modified time | relevance | path

Searched refs:cp_mxstep (Results 1 – 3 of 3) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes_impl.h224 long int cp_mxstep; /* maximum number of internal steps for one user call */ member
H A Dcpodes_io.c144 cp_mem->cp_mxstep = MXSTEP_DEFAULT; in CPodeSetMaxNumSteps()
146 cp_mem->cp_mxstep = mxsteps; in CPodeSetMaxNumSteps()
H A Dcpodes.c238 cp_mem->cp_mxstep = MXSTEP_DEFAULT; in CPodeCreate()
879 #define mxstep (cp_mem->cp_mxstep)