Kyle Mandli

Results 98 issues of Kyle Mandli

I just became aware of the [`nbinteract`](https://www.nbinteract.com/) project by @SamLau95 that can turn notebooks into interactive webpages. Might be an interesting way to put this book up in more places.

If a mapping is specified between the computational and physical domains do some internal checks to make sure that the problem has been setup correctly (and fully). The reverse also...

feature
good first issue

I noticed while adding another file format that the ascii routines write out `nstates` in place of `ngrids` and loops over states rather than patches. This clearly works ok but...

Replace the current gauge functionality in PyClaw with the new class that the Fortran code is also using.

feature
API

The Fortran versions of Clawpack accept `dt` as an argument to the boundary conditions which is useful for certain types of boundary conditions (paddle BCs in my case). We can...

feature
API

Running the tests and the Rossby_wave.py script produces a `Segmentation fault` using the intel compiler when the setaux routine is called. The segmentation fault occurs immediately when the routine is...

Bug

Currently some of the tests only run to a few time steps since we do not want to have the test suite take forever. We should then also have an...

tests
feature

We have long wanted a place to provide a place to put common issues/solutions for things. A FAQ seems to be a good place t put this. If this issue...

This should include - What parts of PEP8 we will require - This should also include styling for the Fortran code - Also establish header and documentation standards I am...

I think the newer test modules are being picked up by nosetests when run in the clawpack package directory. We should probably mark them as not needing testing as these...