Searched refs:PBLfound (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2262 PetscBool PTLfound, PILfound, PBLfound; in DMPlexCreateGeom_Tess_Internal() local 2278 … PetscCall(PetscHMapIFind(pBodyIndexLabelMap, global - 1 + pointIndexStart, &PBLiter, &PBLfound)); in DMPlexCreateGeom_Tess_Internal() 2282 … if (!PBLfound) PetscCall(PetscHMapISet(pBodyIndexLabelMap, global - 1 + pointIndexStart, b)); in DMPlexCreateGeom_Tess_Internal() 2384 PetscBool PTLfound, PILfound, PBLfound; in DMPlexCreateGeom_Tess_Internal() local 2395 PetscCall(PetscHMapIFind(pBodyIndexLabelMap, n - nStart, &PBLiter, &PBLfound)); in DMPlexCreateGeom_Tess_Internal() 2396 …PetscCheck(PBLfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "DAG Point %" PetscInt_FMT " not found in pBo… in DMPlexCreateGeom_Tess_Internal()
|