aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r--Source/WarpX.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H
index a0f0f22f9..5c143a161 100644
--- a/Source/WarpX.H
+++ b/Source/WarpX.H
@@ -186,6 +186,10 @@ public:
*/
static amrex::Vector<ParticleBoundaryType> particle_boundary_hi;
+ //! Integers that correspond to the time dependency of J (constant, linear)
+ //! and rho (linear, quadratic) for the PSATD algorithm
+ static short J_in_time;
+ static short rho_in_time;
//! If true, the current is deposited on a nodal grid and then centered onto a staggered grid
//! using finite centering of order given by #current_centering_nox, #current_centering_noy,