Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move several EB-related methods out of the WarpX class #5630

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/BoundaryConditions/PML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "BoundaryConditions/PMLComponent.H"
#include "Fields.H"
#ifdef AMREX_USE_EB
# include "EmbeddedBoundary/EmbeddedBoundary.H"
# include "EmbeddedBoundary/EmbeddedBoundaryInit.H"
#endif
#ifdef WARPX_USE_FFT
# include "FieldSolver/SpectralSolver/SpectralFieldData.H"
Expand Down
2 changes: 1 addition & 1 deletion Source/EmbeddedBoundary/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ foreach(D IN LISTS WarpX_DIMS)
warpx_set_suffix_dims(SD ${D})
target_sources(lib_${SD}
PRIVATE
EmbeddedBoundary.cpp
EmbeddedBoundaryInit.cpp
Enabled.cpp
WarpXInitEB.cpp
WarpXFaceExtensions.cpp
Expand Down
55 changes: 0 additions & 55 deletions Source/EmbeddedBoundary/EmbeddedBoundary.H

This file was deleted.

200 changes: 0 additions & 200 deletions Source/EmbeddedBoundary/EmbeddedBoundary.cpp

This file was deleted.

Loading
Loading