Searched refs:monitor_short (Results 1 – 1 of 1) sorted by relevance
11 PetscBool monitor_short; member34 ctx.monitor_short = PETSC_FALSE; in main()35 PetscCall(PetscOptionsGetBool(NULL, NULL, "-monitor_short", &ctx.monitor_short, NULL)); in main()127 …PetscCall(PetscPrintf(PETSC_COMM_WORLD, ctx->monitor_short ? "%3" PetscInt_FMT " t=%10.1e dt=%10.… in MonitorObjective()