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

Clarify error in InitializeJ #6048

Merged

Conversation

nilsdeppe
Copy link
Member

Proposed changes

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

@nilsdeppe nilsdeppe requested a review from knelli2 May 30, 2024 22:16
Comment on lines 204 to 209
"alteration of the spherical mesh. This could be an indication that "
"there is an issue with the worldtube data, such as incorrect "
"computation of the spherical harmonic modes. If you are confident "
"the worldtube data is correct, then please use an alternative "
"initial data generator such as `InverseCubic`. If that fails, "
"please double check that your spherical harmonic modes are decaying "
"correctly with increasing (l,m).\nError: "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this error happens because (physically) the conformal factor is too large and therefore the transformation needed is no longer well-defined. I'm not really sure how to best incorporate that since it's a bit technical and I don't know what to suggest in terms of options or in terms of data to keep the conformal factor reasonable.

I don't really think the part about incorrect computation of the spherical harmonic modes will be that useful to most people since they will likely get worldtube data from sources that do their spherical harmonic computation correctly. The part about decaying modes sounds good to keep though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree! I just rebased and squashed the removal of that part :) Thanks for the review!

@knelli2 knelli2 enabled auto-merge June 12, 2024 23:21
@knelli2 knelli2 added the auto-merge GitHub's auto-merge has been enabled for this PR. label Jun 12, 2024
@knelli2 knelli2 merged commit 93946e5 into sxs-collaboration:develop Jun 12, 2024
21 checks passed
@nilsdeppe nilsdeppe deleted the clarify_initialize_j_error branch August 6, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge GitHub's auto-merge has been enabled for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants