Home
last modified time | relevance | path

Searched refs:userReturnEveryInternalStep (Results 1 – 4 of 4) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/
H A DCPodesIntegrator.cpp322 mode = (userReturnEveryInternalStep == 1) ? CPodes::OneStepTstop in stepTo()
325 mode = (userReturnEveryInternalStep == 1) ? CPodes::OneStep in stepTo()
551 return (userReturnEveryInternalStep == 1) in stepTo()
556 if (userReturnEveryInternalStep == 1) { in stepTo()
H A DIntegrator.cpp286 updRep().userReturnEveryInternalStep = shouldReturn ? 1 : 0; in setReturnEveryInternalStep()
H A DIntegratorRep.h709 int userReturnEveryInternalStep; // " variable
723 userUseInfinityNorm = userReturnEveryInternalStep = in initializeUserStuff()
H A DAbstractIntegratorRep.cpp347 } else if (userReturnEveryInternalStep == 1) { in stepTo()