petsc-3.11.4 2019-09-28
Report Typos and Errors

PetscLogEventSetError

Set the nth error associated with this event

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscLogEventSetError(PetscLogEvent event, PetscInt n, PetscLogDouble error)
Not Collective

Input Parameters

Database Options

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

Keywords

log, visible, event

See Also

PetscLogEventSetDof(), PetscEventRegLogRegister(), PetscStageLogGetEventLog()

Level

developer

Location

src/sys/logging/utils/eventlog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages
event - The event id to log
n - The error index, in [0, 8)
error - The error
-log_view - Activates log summary