Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/ascii/
H A Dfilev.c122 …PetscCheck(!vascii->fileunit, PetscObjectComm((PetscObject)viewer), PETSC_ERR_ARG_WRONGSTATE, "Can… in PetscViewerASCIIGetPointer()
532 vascii->fileunit = *unit; in petscviewerasciisetfileunit_()
672 ((PetscViewer_ASCII *)(*viewer)->data)->fileunit = PETSC_VIEWER_ASCII_STDOUT_fileunit; in PetscViewerASCIIGetStdout()
731 if (!ascii->fileunit) PetscCall(PetscFPrintf(PETSC_COMM_SELF, fd, " ")); in PetscViewerASCIIPrintf()
732 else PetscCall(PetscFPrintfFortran(ascii->fileunit, " ")); in PetscViewerASCIIPrintf()
736 if (!ascii->fileunit) PetscCall((*PetscVFPrintf)(fd, format, Argp)); in PetscViewerASCIIPrintf()
737 else PetscCall(PetscVFPrintfFortran(ascii->fileunit, format, Argp)); in PetscViewerASCIIPrintf()
902 ovascii->fileunit = vascii->fileunit; in PetscViewerGetSubViewer_ASCII()
934 …if (ascii->fileunit) PetscCall(PetscViewerASCIIPrintf(viewer, "Fortran FILE UNIT: %d\n", ascii->fi… in PetscViewerView_ASCII()
967 if (!vascii->fileunit) PetscCall(PetscFPrintf(comm, fd, "%s", next->string)); in PetscViewerFlush_ASCII()
[all …]
H A Dasciiimpl.h22 int fileunit; /* indicates the output is printed with Fortran IO */ member