Skip to content

Commit

Permalink
Merge pull request #5567 from nilsdeppe/cce_ordering
Browse files Browse the repository at this point in the history
Explicitly state CCE ordering
  • Loading branch information
kidder authored Oct 17, 2023
2 parents 7b70d90 + ea4ff59 commit 80adcea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/Tutorials/CCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,15 @@ provided as spherical harmonic modes with the following datasets:
- `DtLapse.dat`

In this format, each row must start with the time stamp, and the remaining
values are the complex modes in m-varies-fastest format.
values are the complex modes in m-varies-fastest format. That is,
```
"time", "Lapse_Re(0,0)", "Lapse_Im(0,0)",
"Lapse_Re(1,1)", "Lapse_Im(1,1)", "Lapse_Re(1,0)", "Lapse_Im(1,0)",
"Lapse_Re(1,-1)", "Lapse_Im(1,-1)",
"Lapse_Re(2,2)", "Lapse_Im(2,2)", "Lapse_Re(2,1)", "Lapse_Im(2,1)",
"Lapse_Re(2,0)", "Lapse_Im(2,0)", "Lapse_Re(2,-1)", "Lapse_Im(2,-1)",
"Lapse_Re(2,-2)", "Lapse_Im(2,-2)"
```

The second format is Bondi-Sachs metric component data.
This format is far more space-efficient (by around a factor of 4), and SpECTRE
Expand Down

0 comments on commit 80adcea

Please sign in to comment.