Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex42a.c14 PetscCall(PetscViewerSocketOpen(PETSC_COMM_WORLD, "server", PETSC_DEFAULT, &fd)); in main()
/petsc/src/sys/classes/viewer/impls/socket/
H A Dsend.c313 PetscErrorCode PetscViewerSocketOpen(MPI_Comm comm, const char machine[], int port, PetscViewer *la… function
516 PetscCallNull(PetscViewerSocketOpen(ncomm, NULL, 0, &viewer));
/petsc/doc/manual/
H A Dmatlab.md86 PetscViewerSocketOpen(MPI_Comm,char *machine,int port,PetscViewer *v);
108 provided a port number in your call to `PetscViewerSocketOpen()`), and
H A Dother.md260 `PetscViewerSocketOpen(MPI_Comm comm, char *machine, int port, PetscViewer *viewer)`.
/petsc/include/
H A Dpetscviewer.h65 PETSC_EXTERN PetscErrorCode PetscViewerSocketOpen(MPI_Comm, const char[], int, PetscViewer *);
/petsc/doc/faq/
H A Dindex.md1150 `PetscViewerSocketOpen()` for access from the PETSc side and