-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
| @. η_vep = τii / 2.0 / Eii * 19.3 # nx, ny = 63, 63 |
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).
| Code | # of tiers |
|---|---|
| Previous damping approach reference code | 67000 |
New damping approach η_ve code |
24000 |
New damping approach η_vep code |
13996 |
However, one needs to "adjust" the magnitude of η_vep as function of number of grid points. Optimal convergence is found with
η_vep * 19.3fornx = ny = 63η_vep * 19.3 * 1.99fornx = ny = 127
I did not yet understand all the bits there. Maybe @utkinis have an idea.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels