PETSc version 3.15.5
PetscOptionsMonitorDefault
Print all options set value events using the supplied PetscViewer. 
Synopsis
#include "petscsys.h"   
PetscErrorCode PetscOptionsMonitorDefault(const char name[],const char value[],void *ctx)
Logically Collective on ctx
Input Parameters
|  | name | - option name string | 
|  | value | - option value string | 
|  | ctx | - an ASCII viewer or NULL | 
Notes
If ctx=NULL, PetscPrintf() is used.
The first MPI rank in the PetscViewer viewer actually prints the values, other
processes may have different values set
See Also
 PetscOptionsMonitorSet()
Level
intermediate
Location
src/sys/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages