-
Notifications
You must be signed in to change notification settings - Fork 213
AH rewrite: Add initialization action and component #6752
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
Conversation
| ylm::Strahlkorper<Frame::Grid>{4, 2.0, std::array{0.0, 0.0, 0.0}}, | ||
| expected_fast_flow, ::Verbosity::Debug, 3, std::nullopt}}}; | ||
|
|
||
| const Parallel::GlobalCache<MockMetavariables>& cache_reference = cache; |
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.
Can't you just use cache?
| using return_tags = | ||
| tmpl::list<Tags::Verbosity, Tags::FastFlow, Tags::CurrentTime>; | ||
|
|
||
| using argument_tags = tmpl::list<Parallel::Tags::GlobalCache<Metavariables>>; |
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.
Just request Tags::ApparentHorizonOptions<HorizonMetavars> directly, since const cache tags are in the DataBox. I believe then you don't need to template the struct on Metavariables.
|
Rebased and no longer dependent |
|
Looks good. Squash. |
Proposed changes
Fifth PR in the horizon finder changes. Adds an initialization action with adds all the tags to the box, and the component for the horizon finder.
Depends on and includes #6751.Upgrade instructions
Code review checklist
make docto generate the documentation locally intoBUILD_DIR/docs/html.Then open
index.html.code review guide.
bugfixornew featureif appropriate.Further comments