Lines Matching refs:numCoveredPoints
4827 + numCoveredPoints - The number of points in the join
4843 PetscErrorCode DMPlexGetJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscInt *coveredPoints[])
4854 PetscAssertPointer(numCoveredPoints, 4);
4882 *numCoveredPoints = joinSize;
4899 + numCoveredPoints - The number of points in the join
4910 Pass `PETSC_NULL_INTEGER` for `numCoveredPoints` if it is not needed
4914 PetscErrorCode DMPlexRestoreJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscInt *coveredPoints[])
4919 if (numCoveredPoints) PetscAssertPointer(numCoveredPoints, 4);
4922 if (numCoveredPoints) *numCoveredPoints = 0;
4937 + numCoveredPoints - The number of points in the join
4938 - coveredPoints - The points in the join, its length is `numCoveredPoints`
4949 PetscErrorCode DMPlexGetFullJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscInt *coveredPoints[])
4959 PetscAssertPointer(numCoveredPoints, 4);
5016 *numCoveredPoints = joinSize;
5108 + numCoveredPoints - The number of points in the meet
5115 PetscErrorCode DMPlexRestoreMeet(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscInt *coveredPoints[])
5120 if (numCoveredPoints) PetscAssertPointer(numCoveredPoints, 4);
5123 if (numCoveredPoints) *numCoveredPoints = 0;
5138 + numCoveredPoints - The number of points in the meet
5139 - coveredPoints - The points in the meet, of length `numCoveredPoints`
5151 PetscErrorCode DMPlexGetFullMeet(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscInt *coveredPoints[])
5161 PetscAssertPointer(numCoveredPoints, 4);
5218 *numCoveredPoints = meetSize;