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
Using η_vep (instead of η_ve) in the definition of dτ_ρ reduces the global number of iterations in this example by nearly a factor 2 (using the switch on l.12).
Stokes2D_simpleVEP/newdamp/Stokes2D_vep_reg_IU_LR.jl
Line 153 in ed6d619
Using
η_vep
(instead ofη_ve
) in the definition ofdτ_ρ
reduces the global number of iterations in this example by nearly a factor 2 (using the switch on l.12).η_ve
codeη_vep
codeHowever, one needs to "adjust" the magnitude of
η_vep
as function of number of grid points. Optimal convergence is found withη_vep * 19.3
fornx = ny = 63
η_vep * 19.3 * 1.99
fornx = ny = 127
I did not yet understand all the bits there. Maybe @utkinis have an idea.
The text was updated successfully, but these errors were encountered: