Lines Matching refs:monitor

62 …if (tj->monitor) PetscCall(PetscViewerASCIIPrintf(tj->monitor, "TSTrajectorySet: stepnum %" PetscI…  in TSTrajectorySet()
125 if (tj->monitor) { in TSTrajectoryGet()
126 …PetscCall(PetscViewerASCIIPrintf(tj->monitor, "TSTrajectoryGet: stepnum %" PetscInt_FMT ", stages … in TSTrajectoryGet()
127 PetscCall(PetscViewerFlush(tj->monitor)); in TSTrajectoryGet()
171 if (tj->monitor) { in TSTrajectoryGetVecs()
175 …PetscCall(PetscViewerASCIIPrintf(tj->monitor, "Requested by GetVecs %" PetscInt_FMT " %" PetscInt_… in TSTrajectoryGetVecs()
176 PetscCall(PetscViewerFlush(tj->monitor)); in TSTrajectoryGetVecs()
189 if (tj->monitor && !U) { in TSTrajectoryGetVecs()
190 PetscCall(PetscViewerASCIIPushTab(tj->monitor)); in TSTrajectoryGetVecs()
191 PetscCall(PetscViewerASCIIPrintf(tj->monitor, "State vector cached\n")); in TSTrajectoryGetVecs()
192 PetscCall(PetscViewerASCIIPopTab(tj->monitor)); in TSTrajectoryGetVecs()
193 PetscCall(PetscViewerFlush(tj->monitor)); in TSTrajectoryGetVecs()
207 if (tj->monitor && !Udot) { in TSTrajectoryGetVecs()
208 PetscCall(PetscViewerASCIIPushTab(tj->monitor)); in TSTrajectoryGetVecs()
209 PetscCall(PetscViewerASCIIPrintf(tj->monitor, "Derivative vector cached\n")); in TSTrajectoryGetVecs()
210 PetscCall(PetscViewerASCIIPopTab(tj->monitor)); in TSTrajectoryGetVecs()
211 PetscCall(PetscViewerFlush(tj->monitor)); in TSTrajectoryGetVecs()
220 if (tj->monitor) PetscCall(PetscViewerASCIIPushTab(tj->monitor)); in TSTrajectoryGetVecs()
223 if (tj->monitor) { in TSTrajectoryGetVecs()
224 PetscCall(PetscViewerASCIIPopTab(tj->monitor)); in TSTrajectoryGetVecs()
225 PetscCall(PetscViewerFlush(tj->monitor)); in TSTrajectoryGetVecs()
679 if (flg) tj->monitor = PETSC_VIEWER_STDOUT_(PetscObjectComm((PetscObject)tj)); in TSTrajectorySetMonitor()
680 else tj->monitor = NULL; in TSTrajectorySetMonitor()
823 …monitor", "Print checkpointing schedules", "TSTrajectorySetMonitor", tj->monitor ? PETSC_TRUE : PE… in TSTrajectorySetFromOptions()