Alice Harpole

Results 8 comments of Alice Harpole

This is instantaneous and average values of de/dt (i.e. the value from `ydot(net_ienuc)` vs the one from `burn_state.e / dt`), for the mean positive value and the max(abs(dedt)). This is...

As far as I can tell, the only parts of the code which assume square cells are some of the gravity routines. I'm currently running some of the pure hydro...

This will be easier once #477 has been done

idea 3: a widget for plotting the diff of two plot files. The plot itself would be interactive, allowing the user to zoom and pan, and there could be dropdowns/sliders...

I believe that the main reason pyro wasn't uploaded to pypi in the past was due to the f2py/Fortran dependence, however now that is no longer the case this is...

@mojiastonybrook: Looking at https://github.com/python-hydro/pyro2/blob/units/mesh/array_indexer.py in https://github.com/python-hydro/pyro2/commit/35f74c4889d5556eb6bdeee00689ebd6bec7cf33, I've noticed a couple of things: - The copy function does not copy over the units. Compare the pyro version https://github.com/python-hydro/pyro2/blob/35f74c4889d5556eb6bdeee00689ebd6bec7cf33/mesh/array_indexer.py#L114-L116 vs the unyt...

Accompanying this we should have a step-by-step tutorial on how to create your own solver (again like they do in yt)

That's true. I wasn't thinking that this should be done for all of the `X_cart`s, but I certainly noticed that there are an awful lot of `w0_cart`s created, which seems...