Home
last modified time | relevance | path

Searched refs:TBLfound (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c2290 PetscBool TFLfound, TBLfound; in DMPlexCreateGeom_Tess_Internal() local
2314 PetscCall(PetscHMapIFind(triBodyIDLabelMap, counter, &TBLiter, &TBLfound)); in DMPlexCreateGeom_Tess_Internal()
2317 if (!TBLfound) PetscCall(PetscHMapISet(triBodyIDLabelMap, counter, b)); in DMPlexCreateGeom_Tess_Internal()
2431 PetscBool TFLfound, TBLfound; in DMPlexCreateGeom_Tess_Internal() local
2438 PetscCall(PetscHMapIFind(triBodyIDLabelMap, f - fStart, &TBLiter, &TBLfound)); in DMPlexCreateGeom_Tess_Internal()
2439 …PetscCheck(TBLfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "DAG Point %" PetscInt_FMT " not found in tri… in DMPlexCreateGeom_Tess_Internal()