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

FindHorizon.py: also compute horizon quantities #6024

Merged
merged 7 commits into from
Jun 7, 2024
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
1 change: 0 additions & 1 deletion docs/Examples/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ See LICENSE.txt for details.
# Examples {#examples}

- \subpage example_bbh_id
- \subpage examples_find_horizons
423 changes: 0 additions & 423 deletions docs/Examples/FindHorizons/FindHorizons.ipynb

This file was deleted.

1 change: 1 addition & 0 deletions src/Elliptic/Executables/Xcts/SolveXcts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ struct Metavariables {
gr::Tags::SpatialMetric<DataVector, 3>,
gr::Tags::InverseSpatialMetric<DataVector, 3>,
gr::Tags::SpatialChristoffelSecondKind<DataVector, 3>,
gr::Tags::SpatialRicci<DataVector, 3>,
gr::Tags::Lapse<DataVector>, gr::Tags::Shift<DataVector, 3>,
gr::Tags::ExtrinsicCurvature<DataVector, 3>>>;
using hydro_quantities_compute = Xcts::Tags::HydroQuantitiesCompute<
Expand Down
1 change: 1 addition & 0 deletions src/Elliptic/Systems/Xcts/FirstOrderSystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ struct FirstOrderSystem
ConformalGeometry == Geometry::Curved,
tmpl::list<
Tags::InverseConformalMetric<DataVector, 3, Frame::Inertial>,
Tags::ConformalRicciTensor<DataVector, 3, Frame::Inertial>,
Tags::ConformalRicciScalar<DataVector>,
Tags::ConformalChristoffelContracted<DataVector, 3,
Frame::Inertial>,
Expand Down
1 change: 0 additions & 1 deletion src/Executables/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ add_subdirectory(DebugPreprocessor)
add_subdirectory(ExportEquationOfStateForRotNS)
add_subdirectory(Examples)
add_subdirectory(ExportCoordinates)
add_subdirectory(FindHorizons)
add_subdirectory(ParallelInfo)
add_subdirectory(ReduceCceWorldtube)
add_subdirectory(TimeStepperSummary)
44 changes: 0 additions & 44 deletions src/Executables/FindHorizons/CMakeLists.txt

This file was deleted.

23 changes: 0 additions & 23 deletions src/Executables/FindHorizons/FindHorizons.cpp

This file was deleted.

299 changes: 0 additions & 299 deletions src/Executables/FindHorizons/FindHorizons.hpp

This file was deleted.

Loading
Loading