Searched refs:petsc_history (Results 1 – 5 of 5) sorted by relevance
10 PETSC_INTERN FILE *petsc_history; variable424 const PetscBool tee = (PetscBool)(petsc_history && (fd != petsc_history)); in PetscVFPrintf_Private()432 PetscCall((*PetscVFPrintf)(petsc_history, format, cpy)); in PetscVFPrintf_Private()
520 PETSC_INTERN FILE *petsc_history; variable640 if (petsc_history) { in PetscInfo_Private()642 PetscCall((*PetscVFPrintf)(petsc_history, message, Argp)); in PetscInfo_Private()
90 PETSC_INTERN FILE *petsc_history; variable91 FILE *petsc_history = NULL; variable498 PetscCall(PetscOpenHistoryFile(mname, &petsc_history)); in PetscOptionsCheckInitial_Private()500 PetscCall(PetscOpenHistoryFile(NULL, &petsc_history)); in PetscOptionsCheckInitial_Private()
36 PETSC_INTERN FILE *petsc_history; variable1643 if (petsc_history) { in PetscFinalize()1644 PetscCall(PetscCloseHistoryFile(&petsc_history)); in PetscFinalize()1645 petsc_history = NULL; in PetscFinalize()
149 PETSC_INTERN FILE *petsc_history; variable1149 if (petsc_history) { in PetscViewerASCIISynchronizedPrintf()1151 PetscCall((*PetscVFPrintf)(petsc_history, format, Argp)); in PetscViewerASCIISynchronizedPrintf()1153 PetscCall(PetscFFlush(petsc_history)); in PetscViewerASCIISynchronizedPrintf()