Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/sys/classes/draw/interface/
H A Ddpause.c20 PetscTryTypeMethod(draw, pause); in PetscDrawPause()
50 draw->pause = lpause; in PetscDrawSetPause()
76 *lpause = draw->pause; in PetscDrawGetPause()
H A Ddrawreg.c153 draw->pause = 0.0; in PetscDrawCreate()
165 if (flag) draw->pause = dpause; in PetscDrawCreate()
426 …t of time that program pauses after plots", "PetscDrawSetPause", draw->pause, &draw->pause, NULL)); in PetscDrawSetFromOptions()
H A Ddraw.c279 if ((*draw)->pause == -2) { in PetscDrawDestroy()
280 (*draw)->pause = -1; in PetscDrawDestroy()
327 (*popup)->pause = 0.0; in PetscDrawGetPopup()
/petsc/src/ts/tutorials/phasefield/
H A Dpotentials.c11 PetscReal x, hx = .1 / Mx, pause, xx[3], yy[3]; in main() local
42 PetscCall(PetscDrawGetPause(draw, &pause)); in main()
66 PetscCall(PetscDrawSetPause(draw, pause)); in main()
H A Dheat.c280 PetscReal x, y, hx, pause, sx, len, max, xx[2], yy[2]; in MyMonitor() local
332 PetscCall(PetscDrawGetPause(draw, &pause)); in MyMonitor()
399 PetscCall(PetscDrawSetPause(draw, pause)); in MyMonitor()
H A Dbiharmonic.c462 …PetscReal x, y, hx, pause, sx, len, max, xx[4], yy[4], xx_netforce, yy_netforce, yup, ydown, y2… in MyMonitor() local
542 PetscCall(PetscDrawGetPause(draw, &pause)); in MyMonitor()
724 PetscCall(PetscDrawSetPause(draw, pause)); in MyMonitor()
/petsc/src/vec/vec/utils/
H A Dvecglvis.c24 PetscBool pause = PETSC_FALSE; in VecView_GLVis() local
98 if (view) pause = PETSC_TRUE; /* at least one window is connected */ in VecView_GLVis()
105 if (pause) PetscCall(PetscViewerGLVisPause_Internal(viewer)); in VecView_GLVis()
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c418 PetscErrorCode PetscViewerDrawGetPause(PetscViewer viewer, PetscReal *pause) in PetscViewerDrawGetPause() argument
429 *pause = 0.0; in PetscViewerDrawGetPause()
436 PetscCall(PetscDrawGetPause(vdraw->draw[i], pause)); in PetscViewerDrawGetPause()
442 PetscCall(PetscDrawGetPause(draw, pause)); in PetscViewerDrawGetPause()
459 PetscErrorCode PetscViewerDrawSetPause(PetscViewer viewer, PetscReal pause) in PetscViewerDrawSetPause() argument
471 vdraw->pause = pause; in PetscViewerDrawSetPause()
473 if (vdraw->draw[i]) PetscCall(PetscDrawSetPause(vdraw->draw[i], pause)); in PetscViewerDrawSetPause()
H A Dvdraw.h20 PetscReal pause; member
/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c15 …PetscReal pause; /* if positive, calls PetscSleep(pause) after each VecView_GLVi… member
197 info->pause = socket->pause; in PetscViewerGLVisAttachInfo_Private()
231 …(socket->type == PETSC_VIEWER_GLVIS_SOCKET && socket->pause > 0) PetscCall(PetscSleep(socket->paus… in PetscViewerGLVisPause_Internal()
500 if (!mesh && info->pause == -1) PetscCall(PetscViewerASCIIPrintf(viewer, "autopause 1\n")); in PetscViewerGLVisInitWindow_Internal()
501 if (!mesh && info->pause == 0) PetscCall(PetscViewerASCIIPrintf(viewer, "pause\n")); in PetscViewerGLVisInitWindow_Internal()
547 …ch visualization, otherwise sleeps for given seconds", NULL, socket->pause, &socket->pause, NULL)); in PetscViewerSetFromOptions_GLVis()
691 socket->pause = 0; /* just pause the first time */ in PetscViewerCreate_GLVis()
/petsc/src/ts/interface/
H A Dtseig.c134 PetscReal pause; in TSMonitorSPEig() local
159 PetscCall(PetscDrawGetPause(draw, &pause)); in TSMonitorSPEig()
162 PetscCall(PetscDrawSetPause(draw, pause)); in TSMonitorSPEig()
H A Dtsmon.c594 PetscReal pause; in TSMonitorDrawSolution() local
595 PetscCall(PetscViewerDrawGetPause(ictx->viewer, &pause)); in TSMonitorDrawSolution()
598 PetscCall(PetscViewerDrawSetPause(ictx->viewer, pause)); in TSMonitorDrawSolution()
/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.h46 int pause; member
H A Dwin32draw.c145 PetscSleep(draw->pause); in PetscDrawPause_Win32()
/petsc/src/vec/vec/tutorials/
H A Dex42.m27 pause(0.1);
/petsc/include/petsc/private/
H A Dglvisviewerimpl.h15 PetscReal pause; /* pause argument */ member
H A Ddrawimpl.h31 PetscErrorCode (*pause)(PetscDraw); member
55 PetscReal pause; /* sleep time after a synchronized flush */ member
/petsc/src/dm/tests/
H A Dex12.m28 pause(1);
/petsc/doc/developers/contributing/
H A Dpipelines.md21 To un-pause the pipeline, click the "play" button (or start a new one with "Run Pipeline" if necess…
76 without you needing to access the GitLab website to un-pause the pipeline.
/petsc/src/sys/classes/draw/impls/x/
H A Dxops.c550 if (draw->pause > 0) PetscCall(PetscSleep(draw->pause)); in PetscDrawPause_X()
551 else if (draw->pause == -1) { in PetscDrawPause_X()
554 if (button == PETSC_BUTTON_CENTER) draw->pause = 0; in PetscDrawPause_X()
586 (*sdraw)->pause = draw->pause; in PetscDrawGetSingleton_X()
/petsc/src/sys/classes/draw/impls/null/
H A Ddrawnull.c161 draw->pause = 0; in PetscDrawCreate_Null()
/petsc/src/sys/classes/viewer/impls/draw/draw/
H A Dfdrawv.c60 PetscCall(PetscDrawSetPause(vdraw->draw[windownumber], vdraw->pause)); in PetscViewerDrawGetDraw()
/petsc/share/petsc/bin/
H A Ddmnetwork_view.py457 plt.pause(float(args.display_time))
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.c540 draw->pause = 0; in PetscDrawCreate_Image()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c85 …etscEventPerfInfo *eventInfo, PetscLogDouble time, PetscBool logMemory, int event, PetscBool pause) in PetscEventPerfInfoToc_Internal() argument
90 if (!pause) { in PetscEventPerfInfoToc_Internal()

12