From ef7e2ae56cb62da09c2602488398137c3d8a90f4 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:14:54 -0800 Subject: Refactor Vay Deposition Functions (#2885) * Refactor Vay Deposition Functions * Use rho Index Type for FFT of D * Improve Doxygen Strings --- .../SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H') diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H index 9e7719a49..a2e293dc2 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H @@ -50,14 +50,9 @@ class SpectralBaseAlgorithmRZ * ( Vay et al, 2013). * This virtual function is pure and must be defined in derived classes. * - * \param[in] lev The mesh-refinement level * \param[in,out] field_data All fields in Fourier space - * \param[in,out] current Array of unique pointers to \c MultiFab storing - * the three components of the current density */ - virtual void VayDeposition (const int lev, - SpectralFieldDataRZ& field_data, - std::array,3>& current) = 0; + virtual void VayDeposition (SpectralFieldDataRZ& field_data) = 0; protected: // Meant to be used in the subclasses -- cgit v1.2.3