AMReX-Microelectronics / FerroX

FerroX is a massively parallel, 3D phase-field simulation framework for modeling ferroelectric materials based scalable logic devices.
Other
10 stars 10 forks source link

Renaming of files from eXstatic #24

Closed saurabh-s-sawant closed 1 year ago

saurabh-s-sawant commented 1 year ago

-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.

prkkumar commented 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.

saurabh-s-sawant commented 1 year ago

@prkkumar Thank you for checking!