-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gaussian plus constant for ScalarTensor
- Loading branch information
Showing
18 changed files
with
644 additions
and
253 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
111 changes: 0 additions & 111 deletions
111
src/Evolution/Systems/GeneralizedHarmonic/ConstraintDamping/Constant.cpp
This file was deleted.
Oops, something went wrong.
106 changes: 0 additions & 106 deletions
106
src/Evolution/Systems/GeneralizedHarmonic/ConstraintDamping/Constant.hpp
This file was deleted.
Oops, something went wrong.
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
22 changes: 22 additions & 0 deletions
22
src/Evolution/Systems/ScalarTensor/ConstraintDamping/CMakeLists.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Distributed under the MIT License. | ||
# See LICENSE.txt for details. | ||
|
||
spectre_target_sources( | ||
${LIBRARY} | ||
PRIVATE | ||
GaussianPlusConstant.cpp | ||
RegisterDerivedWithCharm.cpp | ||
TimeDependentTripleGaussian.cpp | ||
) | ||
|
||
spectre_target_headers( | ||
${LIBRARY} | ||
INCLUDE_DIRECTORY ${CMAKE_SOURCE_DIR}/src | ||
HEADERS | ||
ConstraintGammas.hpp | ||
DampingFunction.hpp | ||
GaussianPlusConstant.hpp | ||
RegisterDerivedWithCharm.hpp | ||
Tags.hpp | ||
TimeDependentTripleGaussian.hpp | ||
) |
Oops, something went wrong.