Searched refs:PILfound (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 2277 … PetscCall(PetscHMapIFind(pIndexLabelMap, global - 1 + pointIndexStart, &PILiter, &PILfound)); in DMPlexCreateGeom_Tess_Internal() 2281 … if (!PILfound) PetscCall(PetscHMapISet(pIndexLabelMap, global - 1 + pointIndexStart, pindex[p])); in DMPlexCreateGeom_Tess_Internal() 2384 PetscBool PTLfound, PILfound, PBLfound; in DMPlexCreateGeom_Tess_Internal() local 2391 PetscCall(PetscHMapIFind(pIndexLabelMap, n - nStart, &PILiter, &PILfound)); in DMPlexCreateGeom_Tess_Internal() 2392 …PetscCheck(PILfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "DAG Point %" PetscInt_FMT " not found in pIn… in DMPlexCreateGeom_Tess_Internal()
|