Searched refs:numCellsNotShared (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 34 PetscInt numCellsNotShared, *cIsLeaf, numUsedVertices, *vertexNumber, *fIsIncluded; in DMAdaptMetric_ParMmg_Plex() local 80 numCellsNotShared = numCells; in DMAdaptMetric_ParMmg_Plex() 91 numCellsNotShared--; in DMAdaptMetric_ParMmg_Plex() 103 PetscCall(PetscMalloc1(numCellsNotShared * maxConeSize, &cells)); in DMAdaptMetric_ParMmg_Plex() 179 PetscCall(PetscCalloc2(numUsedVertices, &verTags, numCellsNotShared, &cellTags)); in DMAdaptMetric_ParMmg_Plex() 349 …PetscCallMMG_NONSTANDARD(PMMG_Set_meshSize, parmesh, numUsedVertices, numCellsNotShared, 0, numFac… in DMAdaptMetric_ParMmg_Plex()
|