diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralHankelTransform/SpectralHankelTransformer.cpp')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralHankelTransform/SpectralHankelTransformer.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralHankelTransform/SpectralHankelTransformer.cpp b/Source/FieldSolver/SpectralSolver/SpectralHankelTransform/SpectralHankelTransformer.cpp index 518eea03e..7886bd549 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralHankelTransform/SpectralHankelTransformer.cpp +++ b/Source/FieldSolver/SpectralSolver/SpectralHankelTransform/SpectralHankelTransformer.cpp @@ -54,8 +54,7 @@ SpectralHankelTransformer::ExtractKrArray () /* \brief Converts a scalar field from the physical to the spectral space for all modes */ void -SpectralHankelTransformer::PhysicalToSpectral_Scalar (amrex::Box const & box, - amrex::FArrayBox const & F_physical, +SpectralHankelTransformer::PhysicalToSpectral_Scalar (amrex::FArrayBox const & F_physical, amrex::FArrayBox & G_spectral) { // The Hankel transform is purely real, so the real and imaginary parts of @@ -127,8 +126,7 @@ SpectralHankelTransformer::PhysicalToSpectral_Vector (amrex::Box const & box, /* \brief Converts a scalar field from the spectral to the physical space for all modes */ void -SpectralHankelTransformer::SpectralToPhysical_Scalar (amrex::Box const & box, - amrex::FArrayBox const & G_spectral, +SpectralHankelTransformer::SpectralToPhysical_Scalar (amrex::FArrayBox const & G_spectral, amrex::FArrayBox & F_physical) { // The Hankel inverse transform is purely real, so the real and imaginary parts of |