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/PsatdAlgorithmPml.H | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H') diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H index 243760857..630c26260 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.H @@ -63,14 +63,9 @@ class PsatdAlgorithmPml : public SpectralBaseAlgorithm * base class \c SpectralBaseAlgorithm and cannot be overridden by further * 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, - SpectralFieldData& field_data, - std::array,3>& current) override final; + virtual void VayDeposition (SpectralFieldData& field_data) override final; private: SpectralFieldIndex m_spectral_index; -- cgit v1.2.3