Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.h33 #define PetscMin(x, y) x < y ? x : y macro
/petsc/include/
H A Dpetscmath.h634 #define PetscMin(a, b) (((a) < (b)) ? (a) : (b)) macro