Searched defs:PetscLogEventSetError (Results 1 – 2 of 2) sorted by relevance
1675 PetscErrorCode PetscLogEventSetError(PetscLogEvent event, PetscInt n, PetscLogDouble error) in PetscLogEventSetError() function
651 #define PetscLogEventSetError(a, b, c) ((void)(a), (void)(b), (void)(c), PETSC_SUCCESS) macro