Searched refs:TFLfound (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2290 PetscBool TFLfound, TBLfound; in DMPlexCreateGeom_Tess_Internal() local 2313 PetscCall(PetscHMapIFind(triFaceIDLabelMap, counter, &TFLiter, &TFLfound)); in DMPlexCreateGeom_Tess_Internal() 2316 if (!TFLfound) PetscCall(PetscHMapISet(triFaceIDLabelMap, counter, fID)); in DMPlexCreateGeom_Tess_Internal() 2431 PetscBool TFLfound, TBLfound; in DMPlexCreateGeom_Tess_Internal() local 2434 PetscCall(PetscHMapIFind(triFaceIDLabelMap, f - fStart, &TFLiter, &TFLfound)); in DMPlexCreateGeom_Tess_Internal() 2435 …PetscCheck(TFLfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "DAG Point %" PetscInt_FMT " not found in tri… in DMPlexCreateGeom_Tess_Internal()
|