From e303439fccf613302780e3e669fa4ac581817529 Mon Sep 17 00:00:00 2001 From: David Grote Date: Fri, 22 May 2020 10:06:39 -0700 Subject: Added stub for current correction in RZ spectral solver (#1007) * Added stub for current correction in RZ spectral solver * Fixed comments in RZ spectral for current correction stub * Modified automated test for Galilean PSATD (#1033) Co-authored-by: Olga Shapoval <30510597+oshapoval@users.noreply.github.com> --- .../SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp') diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp index 6ec4c523a..d85b0a537 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp @@ -196,3 +196,11 @@ void PsatdAlgorithmRZ::InitializeSpectralCoefficients (SpectralFieldDataRZ const }); } } + +void +PsatdAlgorithmRZ::CurrentCorrection (SpectralFieldDataRZ& field_data, + std::array,3>& current, + const std::unique_ptr& rho ) +{ + amrex::Abort("Current correction not implemented in RZ"); +} -- cgit v1.2.3