Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c1185 PetscReal hashfact; in PCGAMGCoarsen_AGG() local
1211 PetscCall(PetscRandomGetValueReal(random, &hashfact)); in PCGAMGCoarsen_AGG()
1212 iSwapIndex = (PetscInt)(hashfact * nloc) % nloc; in PCGAMGCoarsen_AGG()