Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c8 static PetscErrorCode PetscViewerASCIISocketOpen(MPI_Comm, const char *, PetscInt, PetscViewer *);
214 PetscCall(PetscViewerASCIISocketOpen(PETSC_COMM_SELF, socket->name, socket->port, &window)); in PetscViewerGLVisGetNewWindow_Private()
742 static PetscErrorCode PetscViewerASCIISocketOpen(MPI_Comm comm, const char *hostname, PetscInt port… in PetscViewerASCIISocketOpen() function