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.
Currently the defaults in pyclaw are
solver.dimensional_split = Falseandsolver.transverse_waves=1/2in 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.