Searched refs:PTLfound (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 2276 … PetscCall(PetscHMapIFind(pTypeLabelMap, global - 1 + pointIndexStart, &PTLiter, &PTLfound)); in DMPlexCreateGeom_Tess_Internal() 2280 … if (!PTLfound) PetscCall(PetscHMapISet(pTypeLabelMap, global - 1 + pointIndexStart, ptype[p])); in DMPlexCreateGeom_Tess_Internal() 2384 PetscBool PTLfound, PILfound, PBLfound; in DMPlexCreateGeom_Tess_Internal() local 2387 PetscCall(PetscHMapIFind(pTypeLabelMap, n - nStart, &PTLiter, &PTLfound)); in DMPlexCreateGeom_Tess_Internal() 2388 …PetscCheck(PTLfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "DAG Point %" PetscInt_FMT " not found in pTy… in DMPlexCreateGeom_Tess_Internal()
|