Home
last modified time | relevance | path

Searched refs:cIsLeaf (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
79 PetscCall(PetscCalloc1(numCells, &cIsLeaf)); in DMAdaptMetric_ParMmg_Plex()
90 cIsLeaf[rmine[i] - cStart] = 1; in DMAdaptMetric_ParMmg_Plex()
108 if (!cIsLeaf[c]) { in DMAdaptMetric_ParMmg_Plex()
152 …for (c = 0; c < nnbrs; ++c) fIsIncluded[f - pStart] = fIsIncluded[f - pStart] || !cIsLeaf[nbrs[c]]; in DMAdaptMetric_ParMmg_Plex()
182 if (!cIsLeaf[c - cStart]) PetscCall(DMLabelGetValue(rgLabel, c, &cellTags[coff++])); in DMAdaptMetric_ParMmg_Plex()
185 PetscCall(PetscFree(cIsLeaf)); in DMAdaptMetric_ParMmg_Plex()