From 45862ba46b7ccfbbcae0c7cd78de1255fe7613d5 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Thu, 5 Aug 2021 17:28:04 -0700 Subject: RZ PSATD: Time Averaging for Multi-J Algorithm (#2141) * RZ PSATD: Time Averaging for Multi-J Algorithm * Fix Wrong Signs in Bm * Use Time Averaging in CI Test, Update Benchmark * Minor Fix --- Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.H | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.H') diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.H index 07c4d8142..77f33c631 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.H @@ -76,6 +76,7 @@ class PsatdAlgorithmRZ : public SpectralBaseAlgorithmRZ bool m_dive_cleaning; bool m_divb_cleaning; SpectralRealCoefficients C_coef, S_ck_coef, X1_coef, X2_coef, X3_coef; + SpectralRealCoefficients X5_coef, X6_coef; }; #endif // WARPX_PSATD_ALGORITHM_RZ_H_ -- cgit v1.2.3