Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dmprint.c10 PETSC_INTERN FILE *petsc_history; variable
424 const PetscBool tee = (PetscBool)(petsc_history && (fd != petsc_history)); in PetscVFPrintf_Private()
432 PetscCall((*PetscVFPrintf)(petsc_history, format, cpy)); in PetscVFPrintf_Private()
/petsc/src/sys/info/
H A Dverboseinfo.c520 PETSC_INTERN FILE *petsc_history; variable
640 if (petsc_history) { in PetscInfo_Private()
642 PetscCall((*PetscVFPrintf)(petsc_history, message, Argp)); in PetscInfo_Private()
/petsc/src/sys/objects/
H A Dinit.c90 PETSC_INTERN FILE *petsc_history; variable
91 FILE *petsc_history = NULL; variable
498 PetscCall(PetscOpenHistoryFile(mname, &petsc_history)); in PetscOptionsCheckInitial_Private()
500 PetscCall(PetscOpenHistoryFile(NULL, &petsc_history)); in PetscOptionsCheckInitial_Private()
H A Dpinit.c36 PETSC_INTERN FILE *petsc_history; variable
1643 if (petsc_history) { in PetscFinalize()
1644 PetscCall(PetscCloseHistoryFile(&petsc_history)); in PetscFinalize()
1645 petsc_history = NULL; in PetscFinalize()
/petsc/src/sys/classes/viewer/impls/ascii/
H A Dfilev.c149 PETSC_INTERN FILE *petsc_history; variable
1149 if (petsc_history) { in PetscViewerASCIISynchronizedPrintf()
1151 PetscCall((*PetscVFPrintf)(petsc_history, format, Argp)); in PetscViewerASCIISynchronizedPrintf()
1153 PetscCall(PetscFFlush(petsc_history)); in PetscViewerASCIISynchronizedPrintf()