#include "petscsys.h" PetscErrorCode PetscLogEventSetError(PetscLogEvent event, PetscInt n, PetscLogDouble error)Not Collective
Note: This is to enable logging of convergence, and enable users to interpret the errors as they wish. For example, as different norms, or as errors for different fields
event | - The event id to log | |
n | - The error index, in [0, 8) | |
error | - The error | |
-log_view | - Activates log summary |