#include "petscksp.h" PetscErrorCode KSPMonitorSetFromOptions(KSP ksp, const char opt[], const char name[], void *ctx)Collective on ksp
ksp | - KSP object you wish to monitor | |
opt | - the command line option for this monitor | |
name | - the monitor type one is seeking | |
ctx | - An optional user context for the monitor, or NULL |