Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/ascii/
H A Dfilev.c585 static PetscErrorCode PetscFPrintfFortran(int unit, const char str[]) in PetscFPrintfFortran() function
605 static PetscErrorCode PetscFPrintfFortran(int unit, const char str[]) in PetscFPrintfFortran() function
732 else PetscCall(PetscFPrintfFortran(ascii->fileunit, " ")); in PetscViewerASCIIPrintf()
968 else PetscCall(PetscFPrintfFortran(vascii->fileunit, next->string)); in PetscViewerFlush_ASCII()
991 else PetscCall(PetscFPrintfFortran(vascii->fileunit, message)); in PetscViewerFlush_ASCII()
1141 else PetscCall(PetscFPrintfFortran(vascii->fileunit, " ")); in PetscViewerASCIISynchronizedPrintf()