aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/Interpolate.cpp
diff options
context:
space:
mode:
authorGravatar Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> 2020-11-11 19:20:50 -0800
committerGravatar GitHub <noreply@github.com> 2020-11-11 19:20:50 -0800
commit70bfde2d9d0e4374385a28a3eae624228e90e32f (patch)
treea60a2ee1654c32c5835e04bcb05a0a76ca647035 /Source/Utils/Interpolate.cpp
parentfc63c741bcd3e3750a0f5eeb7b7773e367ec50eb (diff)
downloadWarpX-70bfde2d9d0e4374385a28a3eae624228e90e32f.tar.gz
WarpX-70bfde2d9d0e4374385a28a3eae624228e90e32f.tar.zst
WarpX-70bfde2d9d0e4374385a28a3eae624228e90e32f.zip
Fix Box-index staggering for Coarse-fine Interpolate (#1506)
* CI Lamor MR: Cover raw fields Reproduce and cover raw field plots in CI. * fix staggering of box indices in Interpolate
Diffstat (limited to 'Source/Utils/Interpolate.cpp')
-rw-r--r--Source/Utils/Interpolate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Utils/Interpolate.cpp b/Source/Utils/Interpolate.cpp
index 73bd530b8..c753aa961 100644
--- a/Source/Utils/Interpolate.cpp
+++ b/Source/Utils/Interpolate.cpp
@@ -74,9 +74,9 @@ namespace Interpolate
#endif
for (MFIter mfi(*interpolated_F[0], TilingIfNotGPU()); mfi.isValid(); ++mfi)
{
- Box const& boxx = mfi.growntilebox(fx_type);
- Box const& boxy = mfi.growntilebox(fy_type);
- Box const& boxz = mfi.growntilebox(fz_type);
+ Box const& boxx = mfi.tilebox(fx_type);
+ Box const& boxy = mfi.tilebox(fy_type);
+ Box const& boxz = mfi.tilebox(fz_type);
Array4<Real > const& fx = interpolated_F[0]->array(mfi);
Array4<Real > const& fy = interpolated_F[1]->array(mfi);
jarred/napi'>jarred/napi Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/builtins/cpp/ImportMetaObjectBuiltins.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-26Update server.zigGravatar Jarred Sumner 1-1/+1
2022-10-26Make `"tls"` an explicit object we pass instead of implicit top-level optionsGravatar Jarred Sumner 2-9/+25
2022-10-26againnGravatar Jarred Sumner 3-6/+6
2022-10-26try againnGravatar Jarred Sumner 2-3/+2
2022-10-26Limit concurrency for MacOS Object actionsGravatar Ashcon Partovi 3-0/+3
2022-10-26temporary fixGravatar Jarred Sumner 4-4/+0
2022-10-26FixupGravatar Jarred Sumner 4-5/+5
2022-10-26Move this to dependencies so the .a files uploadGravatar Jarred Sumner 3-6/+4
2022-10-26Make these tests betterGravatar Jarred Sumner 1-2/+2
2022-10-26Limit concurrency for GitHub Actions due to issues with cache poisoningGravatar Ashcon Partovi 4-0/+4
2022-10-26Fix issue with `CryptoKey` and `SubtleCrypto` constructorsGravatar Jarred Sumner 2-27/+10
2022-10-26Minor fixes to README.md (#1395)Gravatar João Paquim 1-3/+3
2022-10-26Update Dev Containers extension name (#1393)Gravatar João Paquim 1-2/+2
2022-10-25Fix failing macOS buildGravatar Jarred Sumner 4-4/+7
2022-10-25Update MakefileGravatar Jarred Sumner 1-2/+1
2022-10-25Update MakefileGravatar Jarred Sumner 1-2/+1
2022-10-25Update MakefileGravatar Jarred Sumner 1-17/+12