Skip to content

Commit 0f837e1

Browse files
Merge pull request #939 from pepijndevos/pv/progress
add progress_id kwarg
2 parents 69fd769 + a990b7c commit 0f837e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/solve.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const allowedkeywords = (:dense,
5252
:progress_steps,
5353
:progress_name,
5454
:progress_message,
55+
:progress_id,
5556
:timeseries_errors,
5657
:dense_errors,
5758
:weak_timeseries_errors,
@@ -877,7 +878,7 @@ explanations of the timestepping algorithms, see the
877878
878879
### Progress Monitoring
879880
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.
881882
882883
* `progress`: Turns on/off the Juno progressbar. Default is false.
883884
* `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.
886887
of the problem type.
887888
* `progress_message`: Controls the message with the progressbar. Defaults to
888889
showing `dt`, `t`, the maximum of `u`.
890+
* `progress_id`: Controls the ID of the progress log message to distinguish simultaneous simulations.
889891
890892
### Error Calculations
891893

0 commit comments

Comments
 (0)