| c5b5d8d5 | 08-Apr-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
-options_monitor and -options_monitor_cancel have immediate effect.
* No need to call for PetscOptionsSetFromOptions * PetscOptionsMonitorDefault now uses plain PetscPrintf if NULL context (viewer)
-options_monitor and -options_monitor_cancel have immediate effect.
* No need to call for PetscOptionsSetFromOptions * PetscOptionsMonitorDefault now uses plain PetscPrintf if NULL context (viewer) is passed * so we can avoid creating a viewer early in PetscInitialize * -options_monitor_cancel cancels just hard-wired monitors * Remove PetscOptionsSetFromOptions * Remove PetscOptionsMonitorCancel * Introduce concept of options with absolute precedence * -options_monitor,-options_monitor_cancel,-h,-help,-skip_petscrc,-options_file_yaml,-options_string_yaml * PetscOptionsInsert: improve -skip_petscrc handling * Call PetscOptionsInsertArgs just once per PetscOptionsInsert * Improve related manpages
show more ...
|