Closed tommy-engels closed 5 months ago
I am aware of this issue. I thought it was diverging due to the time-stepping. What I mentioned in on of the commits was:
test blob_2D_CDF42 strangely diverged, when changing CFL to a smaller value (0.8) it works fine - I don't know what is going on there
But you are right it works when unsetting the DEV flag, so there is something.
Yes, indeed it does work with unset DEV
.
On my machine and using the latest version, one of the unit tests does fail in a suspicous manner:
when looking at the logfile, it reads
upon further inspection, I realized that the test is indeed running fine (the data look okay, even if stored for every time step), and that the failure may have to do with the
reset_ghost_nodes
routine that you have activated ifDEV
is using at compile-time.Are you aware of this issue ?