You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the triple flame tutorial and it seems that the latest commit broke it. I was able to generate the initial solution, but when trying to integrate 1000 time steps, an error is raised by CVODE at around 35 steps :
"From CVODE: At t = 8.59683e-06, mxstep steps taken before reaching tout."
Changing the CVODE tolerances juste made the error happen at a different time step.
Here are attached the Backtrace and log files : Backtrace_cvode_error.txt log_cvode_error.txt
I was able to complete the tutorial by checking out the previous commit (5050109)
Hope this helps,
Olivier
The text was updated successfully, but these errors were encountered:
Hi,
I was following the triple flame tutorial and it seems that the latest commit broke it. I was able to generate the initial solution, but when trying to integrate 1000 time steps, an error is raised by CVODE at around 35 steps :
"From CVODE: At t = 8.59683e-06, mxstep steps taken before reaching tout."
Changing the CVODE tolerances juste made the error happen at a different time step.
Here are attached the Backtrace and log files :
Backtrace_cvode_error.txt
log_cvode_error.txt
I was able to complete the tutorial by checking out the previous commit (5050109)
Hope this helps,
Olivier
The text was updated successfully, but these errors were encountered: