Searched defs:PetscMax (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ | ||
| H A D | ex11.h | 32 #define PetscMax(x, y) x > y ? x : y macro |
| /petsc/include/ | ||
| H A D | petscmath.h | 656 #define PetscMax(a, b) (((a) < (b)) ? (b) : (a)) macro |