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
This causes the CFL to be limited by possibly immersed nodes.
It is quite relevant on the TripolarGrid where nodes near the north poles are immersed with the spacings tending to zero.
I can open a PR to fix this.
The text was updated successfully, but these errors were encountered:
Nice find. Also we should note that the immersed boundary grid can change the spacings (in addition to the fact that we must omit immersed spacings). For example with partial cells the zspacings are different than on the underlying grid.
I think it's because of these definitions
Oceananigans.jl/src/ImmersedBoundaries/immersed_boundary_nodes.jl
Lines 67 to 69 in 504ab5d
This causes the CFL to be limited by possibly immersed nodes.
It is quite relevant on the
TripolarGrid
where nodes near the north poles are immersed with the spacings tending to zero.I can open a PR to fix this.
The text was updated successfully, but these errors were encountered: