Skip to content

Commit

Permalink
scripts: Add PunctureTracker to thornlist
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Sep 11, 2023
1 parent 111cade commit 87bc216
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Docs/thornlist/spacetimex.th
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ SpacetimeX/AHFinderX
SpacetimeX/BrillLindquist
SpacetimeX/Cowling
SpacetimeX/Punctures
SpacetimeX/PunctureTracker
SpacetimeX/SphericalHarmonics
SpacetimeX/SphericalSurface
SpacetimeX/StaticTrumpet
Expand Down
2 changes: 1 addition & 1 deletion PunctureTracker/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMPLEMENTS: PunctureTracker

INHERITS: ADMBaseX Coordinates BoxInBox
INHERITS: ADMBaseX CoordinatesX BoxInBox

USES INCLUDE HEADER: loop_device.hxx

Expand Down
2 changes: 1 addition & 1 deletion PunctureTracker/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (read_shifts)
READS: ADMBaseX::shift(interior)
READS: BoxInBox::num_levels
READS: pt_loc
READS: Coordinates::vertex_coords(interior)
READS: CoordinatesX::vertex_coords(interior)
OPTIONS: LOCAL
} "Outputs nearby shift quantities to stdout"
}
1 change: 1 addition & 0 deletions scripts/spacetimex.th
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ SpacetimeX/AHFinderX
SpacetimeX/BrillLindquist
SpacetimeX/Cowling
SpacetimeX/Punctures
SpacetimeX/PunctureTracker
SpacetimeX/SphericalHarmonics
SpacetimeX/SphericalSurface
SpacetimeX/StaticTrumpet
Expand Down

0 comments on commit 87bc216

Please sign in to comment.