aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2020-02-03 13:34:22 -0800
committerGravatar Andrew Myers <atmyers2@gmail.com> 2020-02-03 13:34:22 -0800
commit0864af39eb38ef9b3d80688bcc05f20591d12d51 (patch)
treef75ed8fe8eb4e2a51c835e7df9247bb1b71294b3 /Source/WarpX.cpp
parentf8d47ad826c85f691473b03e191a1097685c52dd (diff)
parent3a15da410873a733ab77150089d665e513cc1d80 (diff)
downloadWarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.tar.gz
WarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.tar.zst
WarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.zip
Merge branch 'dev' into elementary_process
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp
index d93fab7df..3fe61274a 100644
--- a/Source/WarpX.cpp
+++ b/Source/WarpX.cpp
@@ -55,6 +55,7 @@ int WarpX::do_moving_window = 0;
int WarpX::moving_window_dir = -1;
Real WarpX::moving_window_v = std::numeric_limits<amrex::Real>::max();
+Real WarpX::quantum_xi = PhysConst::xi;
Real WarpX::gamma_boost = 1.;
Real WarpX::beta_boost = 0.;
Vector<int> WarpX::boost_direction = {0,0,0};
@@ -341,6 +342,7 @@ WarpX::ReadParameters ()
pp.query("verbose", verbose);
pp.query("regrid_int", regrid_int);
pp.query("do_subcycling", do_subcycling);
+ pp.query("use_hybrid_QED", use_hybrid_QED);
pp.query("exchange_all_guard_cells", exchange_all_guard_cells);
pp.query("override_sync_int", override_sync_int);
@@ -456,6 +458,8 @@ WarpX::ReadParameters ()
pp.query("n_current_deposition_buffer", n_current_deposition_buffer);
pp.query("sort_int", sort_int);
+ pp.query("quantum_xi", quantum_xi);
+
pp.query("do_pml", do_pml);
pp.query("pml_ncell", pml_ncell);
pp.query("pml_delta", pml_delta);