Home
last modified time | relevance | path

Searched refs:showtimestepandtime (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/interface/
H A Dtsmon.c602 if (ictx->showtimestepandtime) { in TSMonitorDrawSolution()
671 if (ictx->showtimestepandtime) { in TSMonitorDrawSolutionPhase()
745 (*ctx)->showtimestepandtime = PETSC_FALSE; in TSMonitorDrawCtxCreate()
746 …onsGetBool(NULL, NULL, "-ts_monitor_draw_solution_show_time", &(*ctx)->showtimestepandtime, NULL)); in TSMonitorDrawCtxCreate()
/petsc/include/petsc/private/
H A Dtsimpl.h599 PetscBool showtimestepandtime; member