Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c968 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()
[all …]