Searched defs:PetscAddLogDouble (Results 1 – 2 of 2) sorted by relevance
128 PetscErrorCode PetscAddLogDouble(PetscLogDouble *tot, PetscLogDouble *tot_th, PetscLogDouble tmp) in PetscAddLogDouble() function
176 …#define PetscAddLogDouble(a, b, c) ((PetscErrorCode)((*(a) += (c), PETSC_SUCCESS) || ((*(… macro