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
Currently the defaults in pyclaw are solver.dimensional_split = False and solver.transverse_waves=1/2 in 2D/3D. These don't match the defaults in Clawpack, which are to use the unsplit algorithm with transverse_waves=2. It might be worthwhile to make these consistent.
The text was updated successfully, but these errors were encountered:
Currently the defaults in pyclaw are
solver.dimensional_split = False
andsolver.transverse_waves=1/2
in 2D/3D. These don't match the defaults in Clawpack, which are to use the unsplit algorithm withtransverse_waves=2
. It might be worthwhile to make these consistent.The text was updated successfully, but these errors were encountered: