Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c128 PetscErrorCode PetscAddLogDouble(PetscLogDouble *tot, PetscLogDouble *tot_th, PetscLogDouble tmp) in PetscAddLogDouble() function
/petsc/include/
H A Dpetsclog.h176 …#define PetscAddLogDouble(a, b, c) ((PetscErrorCode)((*(a) += (c), PETSC_SUCCESS) || ((*(… macro