Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/MACHDYN/
H A Dsmd_math.h19 static inline void LimitDoubleMagnitude(double &x, const double limit) in LimitDoubleMagnitude() function
H A Dpair_smd_tlsph.cpp540 LimitDoubleMagnitude(delVdotDelR, 0.01 * Lookup[SIGNAL_VELOCITY][itype]); in ComputeForces()
576LimitDoubleMagnitude(gamma_dot_dx, 0.1 * r); // limit projected vector to avoid numerical instabil… in ComputeForces()
H A Dpair_smd_ulsph.cpp565 LimitDoubleMagnitude(delVdotDelR, 1.1 * c_ij); in compute()