File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ const allowedkeywords = (:dense,
52
52
:progress_steps ,
53
53
:progress_name ,
54
54
:progress_message ,
55
+ :progress_id ,
55
56
:timeseries_errors ,
56
57
:dense_errors ,
57
58
:weak_timeseries_errors ,
@@ -877,7 +878,7 @@ explanations of the timestepping algorithms, see the
877
878
878
879
### Progress Monitoring
879
880
880
- These arguments control the usage of the progressbar in the Juno IDE .
881
+ These arguments control the usage of the progressbar in ProgressLogging.jl compatible environments .
881
882
882
883
* `progress`: Turns on/off the Juno progressbar. Default is false.
883
884
* `progress_steps`: Numbers of steps between updates of the progress bar.
@@ -886,6 +887,7 @@ These arguments control the usage of the progressbar in the Juno IDE.
886
887
of the problem type.
887
888
* `progress_message`: Controls the message with the progressbar. Defaults to
888
889
showing `dt`, `t`, the maximum of `u`.
890
+ * `progress_id`: Controls the ID of the progress log message to distinguish simultaneous simulations.
889
891
890
892
### Error Calculations
891
893
You can’t perform that action at this time.
0 commit comments