Skip to content

Commit 853f95c

Browse files
authored
Merge pull request #9 from TensoriumCore/rk4_ref_parity
README Citatition
2 parents 9518405 + 18b4a65 commit 853f95c

File tree

3 files changed

+479
-112
lines changed

3 files changed

+479
-112
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ ctest --test-dir build -R bssn
8787

8888
- The active physics path is `includes/Tensorium/Physics/DiffGeometry/BSSN_Grid`.
8989
- The moving puncture visualization/stability driver is in `Tests/bssn/bowen_york_boost_stability.cpp`.
90-
- Interpolated TwoPunctures init is optional and enabled only if `../TwoPuncturesC` + GSL are found at build time.
90+
- Interpolated Two-Punctures initialization requires the external TwoPunctures codebase from:
91+
`https://github.com/GRTLCollaboration/TwoPunctures.git`
92+
- In this repository, that external solver is expected through the local `../TwoPuncturesC` integration (with GSL) at build time.
9193

9294
## LLVM/MLIR plugins
9395

@@ -105,6 +107,5 @@ If your goal is NR runs, keep `BUILD_PLUGINS=OFF`.
105107

106108
- Doxygen config: `Doxyfile`
107109
- Generated docs: `docs/html/index.html`
108-
- BSSN_Grid technical overview:
109-
`includes/Tensorium/Physics/DiffGeometry/BSSN_Grid/README.md`
110-
110+
- BSSN_Grid technical guide:
111+
[includes/Tensorium/Physics/DiffGeometry/BSSN_Grid/README.md](includes/Tensorium/Physics/DiffGeometry/BSSN_Grid/README.md)

0 commit comments

Comments
 (0)