Luke Roberts
Luke Roberts
I'm a staff scientist at LANL and my background is in nuclear and computational astrophysics. I am particularly interested in phenomena related to core-collapse supernovae and neutron star mergers and...
I just deleted [lfroberts/sending_coalesced_sending_null_in_progress](https://github.com/parthenon-hpc-lab/parthenon/tree/lfroberts/sending_coalesced_sending_null_in_progress) and another branch related to null communication testing. I am not sure about @jdolence's branches.
I am a little confused, it looks like `MeshBlockData::Remove` is defined as ```c++ template void MeshBlockData::Remove(const std::string &label) { throw std::runtime_error("MeshBlockData::Remove not yet implemented"); } ``` on `develop`. Given this,...
I think it will be important to implement something like that once we implement non-Cartesian coordinate systems and working in terms of p-forms certainly makes things simpler. The prolongation operators...
> Well this was remarkably simple. I was expecting it to be a little more complicated than this but nice to see it worked out so easily. @Yurlungur: Well, I...
This is going back into WIP for now since there is some issue with restarting `Fine` fields going on. Otherwise, I think the last round of changes should make fine...
Ok, I have now added an example that does advection with fine fields and a test that uses this that checks that restarts work. I didn't include any gold files...