Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c18 PetscInt nwindow; /* number of windows/fields to be visualized */ member
147nwindow || socket->nwindow == nfields, PetscObjectComm((PetscObject)viewer), PETSC_ERR_USER, "Cann… in PetscViewerGLVisSetFields_GLVis()
148 if (!socket->nwindow) { in PetscViewerGLVisSetFields_GLVis()
149 socket->nwindow = nfields; in PetscViewerGLVisSetFields_GLVis()
164nwindow, PetscObjectComm((PetscObject)viewer), PETSC_ERR_SUP, "Cannot visualize %" PetscInt_FMT " … in PetscViewerGLVisSetFields_GLVis()
325 } else if (socket->status == PETSCVIEWERGLVIS_DISCONNECTED && socket->nwindow) { in PetscViewerGLVisGetStatus_Internal()
329 for (i = 0, lconn = PETSC_TRUE; i < socket->nwindow; i++) in PetscViewerGLVisGetStatus_Internal()
353 if (nfield) *nfield = socket->nwindow; in PetscViewerGLVisGetFields_Internal()
374nwindow - 1), PetscObjectComm((PetscObject)viewer), PETSC_ERR_USER, "Cannot get window id %" Petsc… in PetscViewerGLVisGetWindow_Internal()
430nwindow, PetscObjectComm((PetscObject)viewer), PETSC_ERR_USER, "Cannot restore window id %" PetscI… in PetscViewerGLVisRestoreWindow_Internal()
[all …]