-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add application-specific information to phase (e.g., timesteps) in JSON output #2171
Comments
I think we should add a new |
We still need to figure out a good interface for this. |
@lifflander @nmm0 Any thoughts on an interface to this? |
@JacobDomagala I think for this issue we should add a new interface to the
For this to output correctly to file, we need |
#2171: Implement addUserDefinedData function to PhaseManager
@nmm0 The ability to add user-defined phase-level information (like t or dt from the application) is now on develop. |
What Needs to be Done?
We want to be able to match up timesteps in NimbleSM with phases IDs.
The text was updated successfully, but these errors were encountered: