Searched refs:PISfound (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2131 PetscBool PISfound, TISfound; in DMPlexCreateGeom_Tess_Internal() local 2134 PetscCall(PetscHMapIFind(pointIndexStartMap, b, &PISiter, &PISfound)); in DMPlexCreateGeom_Tess_Internal() 2137 if (!PISfound) PetscCall(PetscHMapISet(pointIndexStartMap, b, totalNumPoints)); in DMPlexCreateGeom_Tess_Internal() 2225 PetscBool PISfound; in DMPlexCreateGeom_Tess_Internal() local 2227 PetscCall(PetscHMapIFind(pointIndexStartMap, b, &PISiter, &PISfound)); in DMPlexCreateGeom_Tess_Internal() 2228 …PetscCheck(PISfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %" PetscInt_FMT " not found in pointInd… in DMPlexCreateGeom_Tess_Internal()
|