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

QuasiLocalMeasures: Adapt thorn to work with CarpetX #10

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b0c1bd9
add a branch where I can collect all the new thorns
acwen11 Jul 28, 2023
7324204
add a branch where I can collect all the new thorns
acwen11 Jul 28, 2023
36e23e5
QuasiLocalMeasures: copy QLM from commit 7d4a1e956473243a612a21bef66f…
acwen11 Jul 28, 2023
e05b43b
QuasiLocalMeasures: copy QLM from commit 7d4a1e956473243a612a21bef66f…
acwen11 Jul 28, 2023
9e9550f
QuasiLocalMeasures: replace Carpet dependencies such that code compiles
acwen11 Jul 28, 2023
4be02ff
QuasiLocalMeasures: replace Carpet dependencies such that code compiles
acwen11 Jul 28, 2023
5e375a3
TGRtensor: copy TGRtensor from commit 5939fa0a9d76da516bf350f94030b72…
acwen11 Jul 28, 2023
c8f440f
TGRtensor: copy TGRtensor from commit 5939fa0a9d76da516bf350f94030b72…
acwen11 Jul 28, 2023
ea0ff3a
TGRtensor: update TGRtensor to compile with CarpetX
acwen11 Jul 28, 2023
f46f07e
TGRtensor: update TGRtensor to compile with CarpetX
acwen11 Jul 28, 2023
8a28e9a
add WIP quasilocalmeasures thorns
acwen11 Jul 28, 2023
bfbcc8d
add WIP quasilocalmeasures thorns
acwen11 Jul 28, 2023
186c766
revert interface changes, now assume CarpetX driver allows complex an…
acwen11 Jul 31, 2023
9a3751a
revert interface changes, now assume CarpetX driver allows complex an…
acwen11 Jul 31, 2023
a280235
Merge branch 'acwen/puncturetracker' into acwen/allchanges
acwen11 Jul 31, 2023
d0eea1a
Merge branch 'acwen/puncturetracker' into acwen/allchanges
acwen11 Jul 31, 2023
c2c57b7
QuasiLocalMeasures: debug output for QLM
acwen11 Jul 31, 2023
71e24be
QuasiLocalMeasures: debug output for QLM
acwen11 Jul 31, 2023
6f6d56d
debug output
acwen11 Aug 2, 2023
3aabc22
debug output
acwen11 Aug 2, 2023
a77a2b6
Merge branch 'acwen/ahfinderdirect' into acwen/qlm
acwen11 Aug 2, 2023
b1375c7
Merge branch 'acwen/ahfinderdirect' into acwen/qlm
acwen11 Aug 2, 2023
532cdab
QuasiLocalMeasures: debug output, remove reference to coordinate syst…
acwen11 Aug 3, 2023
6781212
QuasiLocalMeasures: debug output, remove reference to coordinate syst…
acwen11 Aug 3, 2023
2494d29
Merge branch 'acwen/qlm' into acwen/allchanges
acwen11 Aug 3, 2023
72bac86
Merge branch 'acwen/qlm' into acwen/allchanges
acwen11 Aug 3, 2023
3110758
QuasiLocalMeasures: Revert array type changes back to INT from REAL
Aug 7, 2023
040bc73
QuasiLocalMeasures: Revert array type changes back to INT from REAL
Aug 7, 2023
1f51c9f
PunctureTracker: use aliased InterpGridArrays function
Aug 8, 2023
b48f2a6
Merge branch 'acwen/puncturetracker' into acwen/allchanges
Aug 8, 2023
4e2d168
Merge branch 'acwen/puncturetracker' into acwen/allchanges
Aug 8, 2023
3965b99
Allow boundaries in interpolator
Aug 14, 2023
ab29163
Allow boundaries in interpolator
Aug 14, 2023
46a4414
QuasiLocalMeasures: remove TRIGGERS statements from schedule
Aug 16, 2023
625ec00
Merge branch 'acwen/allchanges' of github.com:acwen11/SpacetimeX into…
Aug 16, 2023
6f19de7
QuasiLocalMeasures: add .par files for tests
Aug 16, 2023
60ac6ad
Merge branch 'acwen/qlm' of github.com:acwen11/SpacetimeX into acwen/qlm
Aug 16, 2023
ae8fea2
Merge branch 'main' into acwen/qlm
lwJi Aug 17, 2023
7dad3bd
QuasiLocalMeasures: delete old tests, add a single horizon test
Aug 17, 2023
a513a03
QuasiLocalMeasures: delete PunctureTracker testing thorn
Aug 17, 2023
12bab60
Merge branch 'main' into acwen/qlm
acwen11 Aug 17, 2023
d570b57
Merge branch 'acwen/qlm' of github.com:acwen11/SpacetimeX into acwen/qlm
Aug 17, 2023
81a4cbc
AHFinderDirect: remove old tests
Aug 17, 2023
a1672a0
scripts: add QuasiLocalMeasures and TGRtensor to thornlist
acwen11 Aug 17, 2023
432dfb5
QuasiLocalMeasures: edit test.ccl to match Carpet version
Aug 17, 2023
fc09c96
Merge branch 'acwen/qlm' of github.com:acwen11/SpacetimeX into acwen/qlm
Aug 17, 2023
e4e81cc
CI: fix bug, rename test
acwen11 Aug 18, 2023
8631d8e
Merge branch 'main' into acwen/qlm
lwJi Aug 18, 2023
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 PunctureTracker/src/puncture_tracker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ extern "C" void PunctureTracker_Track(CCTK_ARGUMENTS) {
return;
} // TODO: Not used by CarpetX Interpolator


// Interpolation parameter table
int ierr;
int param_table_handle = Util_TableCreate(UTIL_TABLE_FLAGS_DEFAULT);
Expand Down
54 changes: 54 additions & 0 deletions QuasiLocalMeasures/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
Cactus Code Thorn QuasiLocalMeasures
Thorn Author(s) : Olaf Dreyer
Badri Krishnan
Erik Schnetter <[email protected]>
Deirdre Shoemaker
Michael Jasiulek
Thorn Maintainer(s) : Erik Schnetter <[email protected]>
--------------------------------------------------------------------------

Purpose of the thorn:

Calculate quasi-local measures such as masses, momenta, or angular
momenta and related quantities on closed two-dimentional surfaces,
including on horizons.


Some Literature:

Isolated Horizons:

Olaf Dreyer, Badri Krishnan, Erik Schnetter, Deirdre Shoemaker
Introduction to Isolated Horizons in Numerical Relativity
Phys. Rev. D 67 (2003) 024018
arXiv:gr-qc/0206008

Multipole moments:

Abhay Ashtekar, Badri Krishnan
Dynamical Horizons and their Properties
Phys. Rev. D 68 (2003) 104030
arXiv:gr-qc/0308033

Dynamical horizons:

Erik Schnetter, Badri Krishnan, Florian Beyer
ntroduction to dynamical horizons in numerical relativity
Phys. Rev. D 74 (2006) 024028
arXiv:gr-qc/0604015

Quasi-local measures:

László B. Szabados
Quasi-Local Energy-Momentum and Angular Momentum in GR: A Review Article
Living Rev. Relativity 7 (2004) 4
http://www.livingreviews.org/lrr-2004-4

Andrew P. Lundgren, Bjoern S. Schmekel, James W. York, Jr.
Self-Renormalization of the Classical Quasilocal Energy
arXiv:gr-qc/0610088

Tetrad formalism:

GRwiki
http://grwiki.physics.ncsu.edu/
7 changes: 7 additions & 0 deletions QuasiLocalMeasures/configuration.ccl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Configuration definition for thorn QuasiLocalMeasures

REQUIRES LAPACK Fortran TGRtensor #Boundary

OPTIONAL MPI
{
}
Loading
Loading