Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/
H A DCPodesIntegrator.cpp321 if (userFinalTime != -1 || userAllowInterpolation==0) in stepTo()
334 if (userAllowInterpolation==0) { in stepTo()
H A DIntegrator.cpp292 updRep().userAllowInterpolation = shouldInterpolate ? 1 : 0; in setAllowInterpolation()
H A DIntegratorRep.h711 int userAllowInterpolation; // " variable
724 userProjectEveryStep = userAllowInterpolation = in initializeUserStuff()
H A DAbstractIntegratorRep.cpp238 if (userAllowInterpolation == 0) in stepTo()