aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/picmi.py
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-28 16:19:16 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-28 16:19:16 -0700
commit99823aa7fe9cd7d9ea402d551efc30e7c41c59f1 (patch)
treecba11dc88b17f8701e06b650258c10142ca70195 /Python/pywarpx/picmi.py
parent5df58955e32bbd1e2499e484ab50144ec10a9e94 (diff)
parentf326192ee5140278c6061b1171b98c6a0f932320 (diff)
downloadWarpX-99823aa7fe9cd7d9ea402d551efc30e7c41c59f1.tar.gz
WarpX-99823aa7fe9cd7d9ea402d551efc30e7c41c59f1.tar.zst
WarpX-99823aa7fe9cd7d9ea402d551efc30e7c41c59f1.zip
resolve merge conflicts
Diffstat (limited to 'Python/pywarpx/picmi.py')
-rw-r--r--Python/pywarpx/picmi.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py
index c33700278..c4e6803d5 100644
--- a/Python/pywarpx/picmi.py
+++ b/Python/pywarpx/picmi.py
@@ -671,10 +671,10 @@ class LabFrameFieldDiagnostic(picmistandard.PICMI_LabFrameFieldDiagnostic):
pywarpx.warpx.check_consistency('dt_snapshots_lab', self.dt_snapshots, 'The time between snapshots must be the same in all lab frame diagnostics')
pywarpx.warpx.check_consistency('lab_data_directory', self.write_dir, 'The write directory must be the same in all lab frame diagnostics')
- pywarpx.warpx.do_boosted_frame_diagnostic = 1
+ pywarpx.warpx.do_back_transformed_diagnostics = 1
pywarpx.warpx.num_snapshots_lab = self.num_snapshots
pywarpx.warpx.dt_snapshots_lab = self.dt_snapshots
- pywarpx.warpx.do_boosted_frame_fields = 1
+ pywarpx.warpx.do_back_transformed_fields = 1
pywarpx.warpx.lab_data_directory = self.write_dir
@@ -685,8 +685,8 @@ class LabFrameParticleDiagnostic(picmistandard.PICMI_LabFrameParticleDiagnostic)
pywarpx.warpx.check_consistency('dt_snapshots_lab', self.dt_snapshots, 'The time between snapshots must be the same in all lab frame diagnostics')
pywarpx.warpx.check_consistency('lab_data_directory', self.write_dir, 'The write directory must be the same in all lab frame diagnostics')
- pywarpx.warpx.do_boosted_frame_diagnostic = 1
+ pywarpx.warpx.do_back_transformed_diagnostics = 1
pywarpx.warpx.num_snapshots_lab = self.num_snapshots
pywarpx.warpx.dt_snapshots_lab = self.dt_snapshots
- pywarpx.warpx.do_boosted_frame_particles = 1
+ pywarpx.warpx.do_back_transformed_particles = 1
pywarpx.warpx.lab_data_directory = self.write_dir