Searched refs:sockstatus (Results 1 – 2 of 2) sorted by relevance
20 PetscViewerGLVisStatus sockstatus; in VecView_GLVis() local27 PetscCall(PetscViewerGLVisGetStatus_Internal(viewer, &sockstatus)); in VecView_GLVis()28 if (sockstatus == PETSCVIEWERGLVIS_DISABLED) PetscFunctionReturn(PETSC_SUCCESS); in VecView_GLVis()
317 …rrorCode PetscViewerGLVisGetStatus_Internal(PetscViewer viewer, PetscViewerGLVisStatus *sockstatus) in PetscViewerGLVisGetStatus_Internal() argument322 PetscAssertPointer(sockstatus, 2); in PetscViewerGLVisGetStatus_Internal()335 *sockstatus = socket->status; in PetscViewerGLVisGetStatus_Internal()