diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 8edcd42ba..588648c69 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -163,6 +163,9 @@ public: // default is false for standard PSATD and true for Galilean PSATD (set in WarpX.cpp) bool update_with_rho = false; + //! perform field communications in single precision + static int do_single_precision_comms; + // PSATD: Whether to fill the guard cells with inverse FFTs based on the boundary conditions static amrex::IntVect fill_guards; |