Lines Matching refs:hav
968 PetscInt hav = 0, slid = sgid - my0, gidj = lidj + my0; in fixAggregatesWithSquare() local
981 hav = 1; in fixAggregatesWithSquare()
986 if (hav != 1) { in fixAggregatesWithSquare()
987 …PetscCheck(hav, PETSC_COMM_SELF, PETSC_ERR_PLIB, "failed to find adj in 'selected' lists - structu… in fixAggregatesWithSquare()
988 … SETERRQ(PETSC_COMM_SELF, PETSC_ERR_PLIB, "found node %" PetscInt_FMT " times???", hav); in fixAggregatesWithSquare()
1012 PetscInt hav = 0, oldslidj = sgidold - my0; in fixAggregatesWithSquare() local
1026 hav = 1; in fixAggregatesWithSquare()
1031 if (hav != 1) { in fixAggregatesWithSquare()
1032 …Check(hav, PETSC_COMM_SELF, PETSC_ERR_PLIB, "failed to find (hav=%" PetscInt_FMT ") adj in 'select… in fixAggregatesWithSquare()
1033 … SETERRQ(PETSC_COMM_SELF, PETSC_ERR_PLIB, "found node %" PetscInt_FMT " times???", hav); in fixAggregatesWithSquare()
1127 PetscInt slid_new = sgid_new - my0, hav = 0; in fixAggregatesWithSquare() local
1139 hav = 1; in fixAggregatesWithSquare()
1143 if (hav != 1) { in fixAggregatesWithSquare()