Searched refs:PetscInfoFile (Results 1 – 1 of 1) sorted by relevance
30 FILE *PetscInfoFile = NULL; variable95 if (!PetscInfoFile) PetscInfoFile = PETSC_STDOUT; in PetscInfoSetFile()112 PetscCall(PetscFOpen(PETSC_COMM_SELF, fname, mode, &PetscInfoFile)); in PetscInfoSetFile()147 *InfoFile = PetscInfoFile; in PetscInfoGetFile()436 if (PetscInfoFile) PetscCall(PetscFFlush(PetscInfoFile)); in PetscInfoDestroy()438 …PetscAssert(PetscInfoFile, PETSC_COMM_SELF, PETSC_ERR_ARG_NULL, "Have non-null PetscInfo file '%s'… in PetscInfoDestroy()440 PetscCall(PetscFClose(PETSC_COMM_SELF, PetscInfoFile)); in PetscInfoDestroy()448 PetscInfoFile = NULL; in PetscInfoDestroy()638 PetscCall(PetscVFPrintf_Internal(PetscInfoFile, "%s", string)); in PetscInfo_Private()639 PetscCall(PetscFFlush(PetscInfoFile)); in PetscInfo_Private()