Skip to content

fix cube test-case

Christophe Geuzaine requested to merge fix-cube into master

I simplified the geometry, changed the default formulation and decreased the maximum number iterations.

More importantly, I changed the time step adaptation rule: instead of dt <- dt2 in case of fast convergence I used dt <- dt1.5. Otherwise, since we do dt <- dt/2 in case on non-convergence, we can cycle.

Merge request reports