-
Notifications
You must be signed in to change notification settings - Fork 192
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
Update ReduceCceWorldtube with new features #6398
Update ReduceCceWorldtube with new features #6398
Conversation
bf2c7bf
to
d814ef7
Compare
4d57b86
to
5327598
Compare
5327598
to
3da4b46
Compare
@nilsdeppe I pushed a fixup and added a new commit that adds this small exec which writes the collocation points to a text file to the statically deployed execs. Then in the last commit I just additionally renamed the new things I added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Please go ahead and squash, including the minor clarification request!
@@ -199,6 +202,14 @@ supports \f$\ell\in[4, 32]\f$. | |||
\snippet Test_Spherepack.cpp spectre_cce_grid_point_locations | |||
</details> | |||
|
|||
Alternatively, if your code can read in grid points from a text file, you can |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
text file or h5? Because the -o
below is with a .h5
. You can do this when you squash :)
The worldtube data can now be one of MetricModal, MetricNodal, BondiModal, BondiNodal. Also, the executable can now combine multiple H5 files into one.
3da4b46
to
2fad23b
Compare
Proposed changes
The worldtube data can now be metric modal/nodal or bondi modal/nodal and the executable can temporally combine H5 files before transforming the worldtube data into bondi modal form.
Upgrade instructions
There are two new options for the ReduceCceWorldtube executable. They are
InputDataFormat:
andExtractionRadius:
. Also theInputH5File
option can now be either a single filename or a list of filenames to combine temporally.Code review checklist
make doc
to generate the documentation locally intoBUILD_DIR/docs/html
.Then open
index.html
.code review guide.
bugfix
ornew feature
if appropriate.Further comments
Depends on and includes #6396, #6397.