File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ explanations of the timestepping algorithms, see the
875
875
876
876
### Progress Monitoring
877
877
878
- These arguments control the usage of the progressbar in the Juno IDE .
878
+ These arguments control the usage of the progressbar in ProgressLogging.jl compatible environments .
879
879
880
880
* `progress`: Turns on/off the Juno progressbar. Default is false.
881
881
* `progress_steps`: Numbers of steps between updates of the progress bar.
@@ -884,6 +884,7 @@ These arguments control the usage of the progressbar in the Juno IDE.
884
884
of the problem type.
885
885
* `progress_message`: Controls the message with the progressbar. Defaults to
886
886
showing `dt`, `t`, the maximum of `u`.
887
+ * `progress_id`: Controls the ID of the progress log message to distinguish simultaneous simulations.
887
888
888
889
### Error Calculations
889
890
You can’t perform that action at this time.
0 commit comments