Open wthrowe opened 3 years ago
I agree. Just to give context, I think that code is system-agnostic but I wasn't sure where to place the action because writing a test for it is sort of difficult if not using an existing system. my hope was we would come up with a good location for some of these shared GR .*hydrodynamics actions and migrate the code there :)
The one I just noticed is
Initialization::subcell::GrTagsForHydro
, which is defined insrc/Evolution/Systems/GrMhd/ValenciaDivClean/Subcell/GrTagsForHydro.hpp
but isn't in a "GrMhd" or "ValenciaDivClean" namespace. This will cause symbol collisions when someone uses this code as a template for another system or formulation.I'm not just submitting a PR to fix it because this suggests there may be other such problems, and I don't have time to do a full audit right now.