PetscInfoSetFile#
Sets the printing destination for all PetscInfo()
calls
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscInfoSetFile(const char filename[], const char mode[])
Not Collective
Input Parameters#
filename - Name of the file where
PetscInfo()
will print to, useNULL
to write toPETSC_STDOUT
.mode - Write mode passed to
PetscFOpen()
See Also#
Interpreting -info Output: Informative Messages, PetscInfo()
, PetscInfoGetFile()
, PetscInfoSetFromOptions()
, PetscFOpen()
Level#
advanced
Location#
Examples#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages