aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r--Source/WarpX.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H
index 3fac6f5b1..95f9ba0bf 100644
--- a/Source/WarpX.H
+++ b/Source/WarpX.H
@@ -1357,6 +1357,11 @@ private:
void PSATDForwardTransformJ ();
/**
+ * \brief Backward FFT of J on all mesh refinement levels
+ */
+ void PSATDBackwardTransformJ ();
+
+ /**
* \brief Forward FFT of rho on all mesh refinement levels,
* with k-space filtering (if needed)
*
@@ -1396,6 +1401,11 @@ private:
void PSATDBackwardTransformG ();
/**
+ * \brief Correct current in Fourier space so that the continuity equation is satisfied
+ */
+ void PSATDCurrentCorrection ();
+
+ /**
* \brief Update all necessary fields in spectral space
*/
void PSATDPushSpectralFields ();