Home
last modified time | relevance | path

Searched refs:PetscLCM (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscmath.h1260 static inline PetscInt PetscLCM(PetscInt a, PetscInt b) in PetscLCM() function
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c48 for (PetscInt i = 0; i < count; i++) xout[i] = PetscLCM(xin[i], xout[i]); in PetscLCM_Local()