Kyle Mandli
Kyle Mandli
Ug, wish we had better error codes with this stuff. I will try and see if I can reproduce this again then and report back.
If you remove the `*.so` files in that examples directory does the `f2py` wrapping give any errors?
`f2py` has a bit complex bit of flagging as it acts as C compiler, a Fortran compiler and somehow gets Python in there. I think if you want to do...
Hi @rruizdeaustri, The output should contain the density, momentum, and the energy already. The output will have the first column containing the density, the second the momentum, and the third...
@jillelee can you provide maybe a simplified example? @ketch He has been looking at the shallow water solver and mass conservation. We have been trying to understand why conservation does...
No, at least in the current test case. I know there approaches to cut-cells that do not maintain conservation, is there something additional in mapped grids we should be watching...
I strongly support a move towards a scheme like this and would hazard a push even to perhaps consider it a broader move for all of the Clawpack packages. Couple...
> We should avoid backwards compatibility issues by maintaining the old file > defaults until we do a major version bump. > > Agreed. But VTK files already use the...
Looks like that is the case. I fine with that then.
Is hdf5 installed on travis by default? If not we need to do a `apt-get` call.