Closed saurabh-s-sawant closed 1 year ago
Thanks for this PR @PeculiarOvertones! Looks good to me. I ran the https://github.com/AMReX-Microelectronics/FerroX/blob/development/Exec/Examples/inputs_mfim_Noeb input and I am getting the same results as before.
@prkkumar Thank you for checking!
-Renamed original CodeUtils folder from eXstatic (which was named FerroXUtils) to eXstaticUtils along with the corresponding .H and .cpp files.
-Renamed MultiFab_Manipulation namespace to eXstatic_MFab_Utils.
-Separated FerroX specific Utils into the folder FerroXUtils.
-Created Ferrox_MFab_Utils namespace which will contain FerroX specific MFab utils.
-For a file taken from eXstatic, a comment has been added at the top stating that it is taken from eXstatic.
-For a file taken from eXstatic and modified in FerroX, a comment has been added stating that it is taken from eXstatic and has been modified for FerroX.