Home
last modified time | relevance | path

Searched refs:discrete_time_tol (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A Dcontrol.cpp125 …if(GetMBS()->GetTime() >= (discrete_time-discrete_time_tol))return 1; // values of actual… in isDiscreteEvent()
1569 …u = u - discrete_time_tol; // if solver needs value at next time point for integration; value chan… in GetOutput()
H A Dcontrol.h412 const double discrete_time_tol = 1e-10; variable