aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/WarpXPushFieldsEM.cpp
diff options
context:
space:
mode:
authorGravatar Dave <grote1@llnl.gov> 2019-08-30 16:57:51 -0700
committerGravatar GitHub <noreply@github.com> 2019-08-30 16:57:51 -0700
commitdaeebcf054e98b0e719d21c1df2b98238b1d481c (patch)
tree25abd08dfea4187ef3f7db2ca69dffdfba304478 /Source/FieldSolver/WarpXPushFieldsEM.cpp
parenta7105f2e97c79de807e1ff57a2f7d9df6d471cb8 (diff)
parentbea299f615af06c4e35022070e5bf1aa054f6a44 (diff)
downloadWarpX-daeebcf054e98b0e719d21c1df2b98238b1d481c.tar.gz
WarpX-daeebcf054e98b0e719d21c1df2b98238b1d481c.tar.zst
WarpX-daeebcf054e98b0e719d21c1df2b98238b1d481c.zip
Merge pull request #285 from ECP-WarpX/picsar_cleanup
Cleanup picsar references, algorithm choices, and unused fortran references
Diffstat (limited to 'Source/FieldSolver/WarpXPushFieldsEM.cpp')
-rw-r--r--Source/FieldSolver/WarpXPushFieldsEM.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FieldSolver/WarpXPushFieldsEM.cpp b/Source/FieldSolver/WarpXPushFieldsEM.cpp
index 609a50a17..11d598b98 100644
--- a/Source/FieldSolver/WarpXPushFieldsEM.cpp
+++ b/Source/FieldSolver/WarpXPushFieldsEM.cpp
@@ -138,7 +138,7 @@ WarpX::EvolveB (int lev, PatchType patch_type, amrex::Real a_dt)
MultiFab* cost = costs[lev].get();
const IntVect& rr = (lev > 0) ? refRatio(lev-1) : IntVect::TheUnitVector();
- // xmin is only used by the picsar kernel with cylindrical geometry,
+ // xmin is only used by the kernel for cylindrical geometry,
// in which case it is actually rmin.
const Real xmin = Geom(0).ProbLo(0);
@@ -325,7 +325,7 @@ WarpX::EvolveE (int lev, PatchType patch_type, amrex::Real a_dt)
MultiFab* cost = costs[lev].get();
const IntVect& rr = (lev > 0) ? refRatio(lev-1) : IntVect::TheUnitVector();
- // xmin is only used by the picsar kernel with cylindrical geometry,
+ // xmin is only used by the kernel for cylindrical geometry,
// in which case it is actually rmin.
const Real xmin = Geom(0).ProbLo(0);