You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minor quality-of-improvement update to allow users to easily track the time step count during a MOOSE simulation.
Design
This information is already stored in _feproblem.timeStep();
Impact
Users will be able to track the time step number using a ready-to-use postprocessor, instead of relying on, say, a ParsedPostProcessor using TimePostprocessor and TimestepSize.
The text was updated successfully, but these errors were encountered:
Motivation
This is a minor quality-of-improvement update to allow users to easily track the time step count during a MOOSE simulation.
Design
This information is already stored in
_feproblem.timeStep();
Impact
Users will be able to track the time step number using a ready-to-use postprocessor, instead of relying on, say, a
ParsedPostProcessor
usingTimePostprocessor
andTimestepSize
.The text was updated successfully, but these errors were encountered: