Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c34 PetscInt numCellsNotShared, *cIsLeaf, numUsedVertices, *vertexNumber, *fIsIncluded; in DMAdaptMetric_ParMmg_Plex() local
139 PetscCall(PetscCalloc1(pEnd - pStart, &fIsIncluded)); in DMAdaptMetric_ParMmg_Plex()
152 …for (c = 0; c < nnbrs; ++c) fIsIncluded[f - pStart] = fIsIncluded[f - pStart] || !cIsLeaf[nbrs[c]]; in DMAdaptMetric_ParMmg_Plex()
153 if (!fIsIncluded[f - pStart]) continue; in DMAdaptMetric_ParMmg_Plex()
167 if (!fIsIncluded[f - pStart]) continue; in DMAdaptMetric_ParMmg_Plex()
176 PetscCall(PetscFree(fIsIncluded)); in DMAdaptMetric_ParMmg_Plex()