Searched refs:fIsIncluded (Results 1 – 1 of 1) sorted by relevance
34 PetscInt numCellsNotShared, *cIsLeaf, numUsedVertices, *vertexNumber, *fIsIncluded; in DMAdaptMetric_ParMmg_Plex() local139 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()