From 19c51c7c979962fcfc1dc8d03ff04cd233593bf7 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Wed, 16 Feb 2022 19:01:36 -0800 Subject: Refactor Current Correction Functions (#2839) * Refactor Current Correction Functions * Clean Up, Reset Benchmark --- .../SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPmlRZ.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPmlRZ.cpp') diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPmlRZ.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPmlRZ.cpp index 16f4f1e37..522fe1881 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPmlRZ.cpp +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPmlRZ.cpp @@ -160,10 +160,7 @@ void PsatdAlgorithmPmlRZ::InitializeSpectralCoefficients (SpectralFieldDataRZ co } void -PsatdAlgorithmPmlRZ::CurrentCorrection (const int /* lev */, - SpectralFieldDataRZ& /* field_data */, - std::array,3>& /* current */, - const std::unique_ptr& /* rho */) +PsatdAlgorithmPmlRZ::CurrentCorrection (SpectralFieldDataRZ& /* field_data */) { amrex::Abort("Current correction not implemented in RZ geometry PML"); } -- cgit v1.2.3