ProgressMonitorStep#
- Full name:
pylith.problems.ProgressMonitorStep- Journal name:
progressmonitorstep
Progress monitor for problems with a given number of steps, such as Green’s functions problem.
If you do not set the filename for the progress monitor, then PyLith will create one using the simulation name from the application defaults settings.
Implements ProgressMonitor.
Pyre Properties#
filename=<str>: Name of output file.default value: ‘’
current value: ‘’, from {default}
update_percent=<float>: Frequency of progress updates (percent).default value: 5.0
current value: 5.0, from {default}
validator: (greater than 0)
Example#
Example of setting ProgressMonitorStep Pyre properties and facilities in a parameter file.
[pylithapp.timedependent.progress_monitor]
filename = output/greensfns01-progress.txt