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
It seems the subroutine qad (in src/2d/shallow/qad.f) is doing something I don't understand. The comment shows some remarks like need to fix someday from upstream GeoClaw code. I doubt this has something to do with that, in coarse grids, the fluid will penetrate the hydro regions by two cells. The expected behavior is only penetrating one cell. Though for the fine grids, they are not affected.
The text was updated successfully, but these errors were encountered:
That routine is a conservative fix-up around the boundaries of a grid patch as described in [1]. The "need to fix someday" was fixed (hence the commented out return statement) but the source terms are not evaluated as there isn't an idea of what the right thing to do is there.
Berger, M. J. & LeVeque, R. J. Adaptive Mesh Refinement Using Wave-Propagation Algorithms for Hyperbolic Systems. 35, 2298–2316 (1998).
It seems the subroutine
qad
(insrc/2d/shallow/qad.f
) is doing something I don't understand. The comment shows some remarks like need to fix someday from upstream GeoClaw code. I doubt this has something to do with that, in coarse grids, the fluid will penetrate the hydro regions by two cells. The expected behavior is only penetrating one cell. Though for the fine grids, they are not affected.The text was updated successfully, but these errors were encountered: