diff options
author | 2022-01-13 20:05:19 +0100 | |
---|---|---|
committer | 2022-01-13 11:05:19 -0800 | |
commit | ca67ae0700d1f56e7921da9283d42184149cb15b (patch) | |
tree | 6ee96802136c95bf7fbbbebbf19a871516ea697a /Source/BoundaryConditions/PML.H | |
parent | 726a9d85b951cf26f936ef0dd600a342657f4106 (diff) | |
download | WarpX-ca67ae0700d1f56e7921da9283d42184149cb15b.tar.gz WarpX-ca67ae0700d1f56e7921da9283d42184149cb15b.tar.zst WarpX-ca67ae0700d1f56e7921da9283d42184149cb15b.zip |
Fixing staircased EM solver (#2739)
* Fixing the staircase consistency
* Removed the face_areas multifabs everywhere they're not needed
* Bug fix
* More fixes
* Another fix
* Another fix
* Initialize areas anyways for the initialization
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: lgiacome <lorenzo.giacome@cern.ch>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'Source/BoundaryConditions/PML.H')
-rw-r--r-- | Source/BoundaryConditions/PML.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/BoundaryConditions/PML.H b/Source/BoundaryConditions/PML.H index 7624bdba0..1529db387 100644 --- a/Source/BoundaryConditions/PML.H +++ b/Source/BoundaryConditions/PML.H @@ -216,7 +216,6 @@ private: std::array<std::unique_ptr<amrex::MultiFab>,3> pml_j_fp; std::array<std::unique_ptr<amrex::MultiFab>,3> pml_edge_lengths; - std::array<std::unique_ptr<amrex::MultiFab>,3> pml_face_areas; std::array<std::unique_ptr<amrex::MultiFab>,3> pml_E_cp; std::array<std::unique_ptr<amrex::MultiFab>,3> pml_B_cp; |