Searched refs:meshwindow (Results 1 – 1 of 1) sorted by relevance
16 PetscViewer meshwindow; /* used just by the ASCII dumping */ member260 if (!socket->meshwindow) { in PetscViewerGLVisGetDMWindow_Internal()262 PetscCall(PetscViewerGLVisGetNewWindow_Private(viewer, &socket->meshwindow)); in PetscViewerGLVisGetDMWindow_Internal()270 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_SELF, "stdout", &socket->meshwindow)); in PetscViewerGLVisGetDMWindow_Internal()276 PetscCall(PetscViewerASCIIOpen(PETSC_COMM_SELF, filename, &socket->meshwindow)); in PetscViewerGLVisGetDMWindow_Internal()279 …if (socket->meshwindow) PetscCall(PetscViewerPushFormat(socket->meshwindow, PETSC_VIEWER_ASCII_GLV… in PetscViewerGLVisGetDMWindow_Internal()281 if (socket->meshwindow) PetscCall(PetscViewerGLVisAttachInfo_Private(viewer, socket->meshwindow)); in PetscViewerGLVisGetDMWindow_Internal()282 *view = socket->meshwindow; in PetscViewerGLVisGetDMWindow_Internal()292 …PetscCheck(!*view || *view == socket->meshwindow, PetscObjectComm((PetscObject)viewer), PETSC_ERR_… in PetscViewerGLVisRestoreDMWindow_Internal()298 PetscCall(PetscViewerDestroy(&socket->meshwindow)); in PetscViewerGLVisRestoreDMWindow_Internal()[all …]