aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-09-27 13:58:28 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-09-27 13:58:28 -0700
commit66885c39fd0f58d7e4ad7398ea6a595391ca60c5 (patch)
tree554173d4bf99cc0a46a0f1029882d3700a6a19a9 /Source/FieldSolver/SpectralSolver/SpectralAlgorithms
parent3052787173ae746445fba2575c7835959f184b63 (diff)
parent46e29ba5d4ac5d745e3d6c3dc2b9408a2a3753de (diff)
downloadWarpX-66885c39fd0f58d7e4ad7398ea6a595391ca60c5.tar.gz
WarpX-66885c39fd0f58d7e4ad7398ea6a595391ca60c5.tar.zst
WarpX-66885c39fd0f58d7e4ad7398ea6a595391ca60c5.zip
Merge branch 'dev' into generalize_nodal_deposition
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H6
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H2
2 files changed, 4 insertions, 4 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H
index a2511b6b7..80ceb2e93 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H
@@ -16,9 +16,9 @@ class PMLPsatdAlgorithm : public SpectralBaseAlgorithm
const amrex::Real dt);
void InitializeSpectralCoefficients(
- const SpectralKSpace& spectral_kspace,
- const amrex::DistributionMapping& dm,
- const amrex::Real dt);
+ const SpectralKSpace& spectral_kspace,
+ const amrex::DistributionMapping& dm,
+ const amrex::Real dt);
// Redefine functions from base class
virtual void pushSpectralFields(SpectralFieldData& f) const override final;
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H
index 825d04dc2..bc7f90fac 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H
@@ -20,7 +20,7 @@ class PsatdAlgorithm : public SpectralBaseAlgorithm
virtual int getRequiredNumberOfFields() const override final {
return SpectralFieldIndex::n_fields;
}
-
+
void InitializeSpectralCoefficients(const SpectralKSpace& spectral_kspace,
const amrex::DistributionMapping& dm,
const amrex::Real dt);