-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move several EB-related methods out of the WarpX class (#5630)
This PR transforms the WarpX member functions `MarkReducedShapeCells`, `MarkUpdateCellsStairCase`, `MarkUpdateECellsECT`, `MarkUpdateBCellsECT`, `MarkExtensionCells` into pure functions inside the namespace `warpx::embedded_boundary`, together with `ComputeEdgeLengths`, `ComputeFaceAreas`, `ScaleEdges`, and `ScaleAreas`. The source files containing these functions are renamed as `EmbeddedBoundaryInit.H/cpp` , since these functions are called only during the initialization.
- Loading branch information
1 parent
2cc4fd2
commit 7c9f8f2
Showing
10 changed files
with
782 additions
and
768 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.