Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.h32 #define PetscMax(x, y) x > y ? x : y macro
/petsc/include/
H A Dpetscmath.h656 #define PetscMax(a, b) (((a) < (b)) ? (b) : (a)) macro