Randall J. LeVeque

Results 110 issues of Randall J. LeVeque

I suggest modifying the specification of regions so that for each region rather than the current set of parameters specified in `setrun.py`: ``` [minlevel,maxlevel,t1,t2,x1,x2,y1,y2] ``` we expand this to: ```...

Should be changed in both 2d and 3d, and in geoclaw.

On the master branch @826b95c0df7, `examples/burgers_3d_cubedata` gives this error: ``` Reading data file: setprob.data first 5 lines are comments and will be skipped Storage allocated... there are 1 grids with...

The routine `allowflag` is still used in 3d to allow the user to specify whether a cell is allowed to be flagged at a given level. But this is only...

`setgrd.f` and `regrid.f` both set ``` verbosity_regrid = method(4) ``` which is not correct. It is a separate variable in `amr_module`

First pass at an example is in #132, which was closed in favor of #133, so example was not merged. Needs better documentation.

Gauge output is currently printed to an ascii file in a way that requires a critical block, since all gauges are written to the same file. We might consider an...

geoclaw contains routines to monitor the maximum of specified velocities over the full simulation at points on a specified "fixed grid" (which can be an unstructured set of points), as...

A bug apparently introduced when filpatch was made fully recursive, but hasn't shown up on our standard test suite. It shows up e.g. with inflow boundary conditions for 2d advection....

Some of the regression tests in amrclaw/tests (and other repos) only check the gauge output and assert some scalar based on this (e.g. sum of all values) agrees with archived...