aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/Make.package
diff options
context:
space:
mode:
authorGravatar Lorenzo Giacomel <47607756+lgiacome@users.noreply.github.com> 2022-02-03 07:06:03 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-03 06:06:03 +0000
commitc3c88dfacf1e4fd4fb2148531e20034eed27b836 (patch)
treee4541c59c5fb68765afe9e7c48cbf7029cdf096e /Source/FieldSolver/FiniteDifferenceSolver/Make.package
parentec072594fb1bddb4631c55fb3018050cbf461243 (diff)
downloadWarpX-c3c88dfacf1e4fd4fb2148531e20034eed27b836.tar.gz
WarpX-c3c88dfacf1e4fd4fb2148531e20034eed27b836.tar.zst
WarpX-c3c88dfacf1e4fd4fb2148531e20034eed27b836.zip
Fixing the computation of ECT Rho Field (#2711)
* Fixed computation of ECT Rho * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adding a missing preprocessor directive * Updated contributors list * Apply suggestions from code review Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> * Apply suggestions from code review Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> * Fixed an abort message * Fix in Source/Initialization/WarpXInitData.cpp Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> * Added some comments * Made EvolveRhoCartesianECT not static Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> Co-authored-by: lgiacome <lorenzo.giacome@cern.ch> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com>
Diffstat (limited to 'Source/FieldSolver/FiniteDifferenceSolver/Make.package')
-rw-r--r--Source/FieldSolver/FiniteDifferenceSolver/Make.package1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/FieldSolver/FiniteDifferenceSolver/Make.package b/Source/FieldSolver/FiniteDifferenceSolver/Make.package
index e1ddee9ac..898b54a2f 100644
--- a/Source/FieldSolver/FiniteDifferenceSolver/Make.package
+++ b/Source/FieldSolver/FiniteDifferenceSolver/Make.package
@@ -3,6 +3,7 @@ CEXE_sources += EvolveB.cpp
CEXE_sources += EvolveE.cpp
CEXE_sources += EvolveF.cpp
CEXE_sources += EvolveG.cpp
+CEXE_sources += EvolveECTRho.cpp
CEXE_sources += ComputeDivE.cpp
CEXE_sources += MacroscopicEvolveE.cpp
CEXE_sources += EvolveBPML.cpp