Home
last modified time | relevance | path

Searched defs:PetscLogEventSetError (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/
H A Dplog.c1675 PetscErrorCode PetscLogEventSetError(PetscLogEvent event, PetscInt n, PetscLogDouble error) in PetscLogEventSetError() function
/petsc/include/
H A Dpetsclog.h651 #define PetscLogEventSetError(a, b, c) ((void)(a), (void)(b), (void)(c), PETSC_SUCCESS) macro