-
Notifications
You must be signed in to change notification settings - Fork 191
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
Allow observing only some blocks in ObserveFields #6305
Allow observing only some blocks in ObserveFields #6305
Conversation
@@ -157,9 +158,19 @@ class ObserveFields<VolumeDim, tmpl::list<Tensors...>, | |||
using type = FloatingPointType; | |||
}; | |||
|
|||
/// \brief A list of block or group names on which to observe. | |||
/// | |||
/// Set to `All` to observer everywhere. |
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.
observe
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.
squash the requested change
4cb9b91
to
21209bd
Compare
Done and rebased. Thanks for the review! |
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.
Nice!
21209bd
to
4812c53
Compare
Sorry, had to fix a silent conflict with include file names. |
Proposed changes
This is useful for visualizations, e.g. in a BNS simulation we only care about the stars, not the matter in the wave zone.
Upgrade instructions
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