diff options
author | 2020-09-08 09:53:02 -0700 | |
---|---|---|
committer | 2020-09-08 09:53:02 -0700 | |
commit | d3deb238aee2fca44a099ec45c08dc265223ca52 (patch) | |
tree | 6813c6f0a47f4282b9d0c7aca94925cbd633db05 /Source/Utils/CMakeLists.txt | |
parent | b452f85552c7fe07289f8e1033b7a8b631744eb5 (diff) | |
download | WarpX-d3deb238aee2fca44a099ec45c08dc265223ca52.tar.gz WarpX-d3deb238aee2fca44a099ec45c08dc265223ca52.tar.zst WarpX-d3deb238aee2fca44a099ec45c08dc265223ca52.zip |
openPMD: Generalize Mesh Position (#1296)
This adds a small utility that returns the relative in-cell position of values
on each cell depending on an `amrex::MultiFab`'s `Box`'s `IndexType`.
This does not change the output of openPMD yet, since we spatially and
temporally center fields before output, but makes the routines
more general overall for future use.
Diffstat (limited to 'Source/Utils/CMakeLists.txt')
-rw-r--r-- | Source/Utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Utils/CMakeLists.txt b/Source/Utils/CMakeLists.txt index bd500e4e5..ce785cc33 100644 --- a/Source/Utils/CMakeLists.txt +++ b/Source/Utils/CMakeLists.txt @@ -4,6 +4,7 @@ target_sources(WarpX CoarsenMR.cpp Interpolate.cpp IntervalsParser.cpp + RelativeCellPosition.cpp WarpXAlgorithmSelection.cpp WarpXMovingWindow.cpp WarpXTagging.cpp |