Searched refs:PetscViewerASCIIOpenWithFILE (Results 1 – 4 of 4) sorted by relevance
272 PetscErrorCode PetscViewerASCIIOpenWithFILE(MPI_Comm comm, FILE *fd, PetscViewer *viewer) in PetscViewerASCIIOpenWithFILE() function
49 PETSC_EXTERN PetscErrorCode PetscViewerASCIIOpenWithFILE(MPI_Comm, FILE *, PetscViewer *);
279 - Added PetscViewerASCIIOpenWithFILE() and PetscViewerASCIISetFILE()
776 PetscCall(PetscViewerASCIIOpenWithFILE(PETSC_COMM_SELF, stream, viewer)); in PetscViewerASCIISocketOpen()