Searched refs:hashfact (Results 1 – 1 of 1) sorted by relevance
1185 PetscReal hashfact; in PCGAMGCoarsen_AGG() local1211 PetscCall(PetscRandomGetValueReal(random, &hashfact)); in PCGAMGCoarsen_AGG()1212 iSwapIndex = (PetscInt)(hashfact * nloc) % nloc; in PCGAMGCoarsen_AGG()