We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should probably be a separate file from the snapshots, but could still employ the attribute/dataset mechanism.
Writing to a separate file could be done by adding a generic filter component to the DatasetOutputPlugin, such as
app.add_plugin(DatasetOutputPlugin::<Position, Snapshot>::default()) app.add_plugin(DatasetOutputPlugin::<TimestepDuration, Performance>::default())
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should probably be a separate file from the snapshots, but could still employ the attribute/dataset mechanism.
Writing to a separate file could be done by adding a generic filter component to the DatasetOutputPlugin, such as
The text was updated successfully, but these errors were encountered: