Searched refs:monitor_off (Results 1 – 1 of 1) sorted by relevance
172 PetscBool monitor_off = PETSC_FALSE; in main() local290 PetscCall(PetscOptionsHasName(NULL, NULL, "-monitor_off", &monitor_off)); in main()291 if (!monitor_off) PetscCall(TSMonitorSet(ts, Monitor, &usermonitor, NULL)); in main()