Home
last modified time | relevance | path

Searched refs:PetscGCD (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/interface/
H A Ddmi.c24 blockSize = PetscGCD(dof - cdof, blockSize); in DMCreateGlobalVector_Section_Private()
67 if (dof > 0) blockSize = PetscGCD(dof, blockSize); in DMCreateLocalVector_Section_Private()
H A Ddm.c1137 if (dof) bs = bs < 0 ? bdof : PetscGCD(bs, bdof); in DMGetLocalToGlobalMapping()
/petsc/include/
H A Dpetscmath.h1234 static inline PetscInt PetscGCD(PetscInt a, PetscInt b) in PetscGCD() function
1267 gcd = PetscGCD(a, b); in PetscLCM()