-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ahn, Seongjin edited this page Oct 24, 2019
·
2 revisions
When using implicit method such as backward Euler, velocity near zero may cause non-convergent root finding phenomenon, due to infinite oscillation, unable to satisfy the given threshold.
- One of the quick workaround, in this case, since the velocity is near zero, explicit method, such as Forward Euler or 4th order Runge-Kutta may be stable enough to be used instead.