Skip to content

Commit a990b7c

Browse files
authored
Add documentation
1 parent 411cb73 commit a990b7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/solve.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ explanations of the timestepping algorithms, see the
875875
876876
### Progress Monitoring
877877
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.
879879
880880
* `progress`: Turns on/off the Juno progressbar. Default is false.
881881
* `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.
884884
of the problem type.
885885
* `progress_message`: Controls the message with the progressbar. Defaults to
886886
showing `dt`, `t`, the maximum of `u`.
887+
* `progress_id`: Controls the ID of the progress log message to distinguish simultaneous simulations.
887888
888889
### Error Calculations
889890

0 commit comments

Comments
 (0)