Searched refs:PetscViewerSocketOpen (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex42a.c | 14 PetscCall(PetscViewerSocketOpen(PETSC_COMM_WORLD, "server", PETSC_DEFAULT, &fd)); in main()
|
| /petsc/src/sys/classes/viewer/impls/socket/ |
| H A D | send.c | 313 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 D | matlab.md | 86 PetscViewerSocketOpen(MPI_Comm,char *machine,int port,PetscViewer *v); 108 provided a port number in your call to `PetscViewerSocketOpen()`), and
|
| H A D | other.md | 260 `PetscViewerSocketOpen(MPI_Comm comm, char *machine, int port, PetscViewer *viewer)`.
|
| /petsc/include/ |
| H A D | petscviewer.h | 65 PETSC_EXTERN PetscErrorCode PetscViewerSocketOpen(MPI_Comm, const char[], int, PetscViewer *);
|
| /petsc/doc/faq/ |
| H A D | index.md | 1150 `PetscViewerSocketOpen()` for access from the PETSc side and
|