Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c998 PetscInt sgidold = (PetscInt)PetscRealPart(lid_parent_gid[lid]); in fixAggregatesWithSquare() local
1009 … if (IS_SELECTED(statej) && sgidold != statej) { /* ghost will steal this, remove from my list */ in fixAggregatesWithSquare()
1011 if (sgidold >= my0 && sgidold < Iend) { /* this was mine */ in fixAggregatesWithSquare()
1012 PetscInt hav = 0, oldslidj = sgidold - my0; in fixAggregatesWithSquare()