Searched refs:numCoveredPoints (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/adaptors/mmg/ |
| H A D | mmgadapt.c | 257 PetscInt numCoveredPoints, numFaces = 0, facePoints[3]; in DMAdaptMetric_Mmg_Plex() local 261 PetscCall(DMPlexGetFullJoin(*dmNew, dim, facePoints, &numCoveredPoints, &coveredPoints)); in DMAdaptMetric_Mmg_Plex() 262 for (j = 0; j < numCoveredPoints; ++j) { in DMAdaptMetric_Mmg_Plex() 270 PetscCall(DMPlexRestoreJoin(*dmNew, dim, facePoints, &numCoveredPoints, &coveredPoints)); in DMAdaptMetric_Mmg_Plex()
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 422 PetscInt numCoveredPoints, numFaces = 0, facePoints[3]; in DMAdaptMetric_ParMmg_Plex() local 431 PetscCall(DMPlexGetFullJoin(*dmNew, dim, facePoints, &numCoveredPoints, &coveredPoints)); in DMAdaptMetric_ParMmg_Plex() 432 for (j = 0; j < numCoveredPoints; ++j) { in DMAdaptMetric_ParMmg_Plex() 441 PetscCall(DMPlexRestoreJoin(*dmNew, dim, facePoints, &numCoveredPoints, &coveredPoints)); in DMAdaptMetric_ParMmg_Plex()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 920 PetscInt n, n1, ncone, numCoveredPoints, o, p, q, start, end; in DMPlexExpandedConesToFaces_Private() local 937 numCoveredPoints = 1; in DMPlexExpandedConesToFaces_Private() 948 PetscCall(DMPlexGetJoin(dm, ncone, cone, &numCoveredPoints, &coveredPoints)); in DMPlexExpandedConesToFaces_Private() 949 …PetscCheck(numCoveredPoints <= 1, PETSC_COMM_SELF, PETSC_ERR_PLIB, "more than one covered points f… in DMPlexExpandedConesToFaces_Private() 950 if (numCoveredPoints) p = coveredPoints[0]; in DMPlexExpandedConesToFaces_Private() 952 PetscCall(DMPlexRestoreJoin(dm, ncone, cone, &numCoveredPoints, &coveredPoints)); in DMPlexExpandedConesToFaces_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 4843 …tJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscI… in DMPlexGetJoin() argument 4854 PetscAssertPointer(numCoveredPoints, 4); in DMPlexGetJoin() 4882 *numCoveredPoints = joinSize; in DMPlexGetJoin() 4914 …eJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscI… in DMPlexRestoreJoin() argument 4919 if (numCoveredPoints) PetscAssertPointer(numCoveredPoints, 4); in DMPlexRestoreJoin() 4922 if (numCoveredPoints) *numCoveredPoints = 0; in DMPlexRestoreJoin() 4949 …lJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscI… in DMPlexGetFullJoin() argument 4959 PetscAssertPointer(numCoveredPoints, 4); in DMPlexGetFullJoin() 5016 *numCoveredPoints = joinSize; in DMPlexGetFullJoin() 5115 …eMeet(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscI… in DMPlexRestoreMeet() argument [all …]
|