Lines Matching refs:pointsWithDofs
2090 PetscInt dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, nleaves, l; in DMPlexComputeInterpolatorTree() local
2100 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexComputeInterpolatorTree()
2105 if ((dof - cdof) > 0) pointsWithDofs[offset++] = l; in DMPlexComputeInterpolatorTree()
2107 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexComputeInterpolatorTree()
2108 PetscCall(PetscFree(pointsWithDofs)); in DMPlexComputeInterpolatorTree()
3298 PetscInt l, nleaves, dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, numIndices; in DMPlexTransferInjectorTree() local
3313 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexTransferInjectorTree()
3327 pointsWithDofs[offset++] = l; in DMPlexTransferInjectorTree()
3356 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexTransferInjectorTree()
3357 PetscCall(PetscFree(pointsWithDofs)); in DMPlexTransferInjectorTree()
3447 PetscInt dof, cdof, numPointsWithDofs, offset, *pointsWithDofs; in DMPlexTransferInjectorTree() local
3455 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexTransferInjectorTree()
3459 if ((dof - cdof) > 0) pointsWithDofs[offset++] = p - pStartC; in DMPlexTransferInjectorTree()
3461 …PetscCall(PetscSFCreateEmbeddedRootSF(coarseToFineEmbedded, numPointsWithDofs, pointsWithDofs, &sf… in DMPlexTransferInjectorTree()
3463 PetscCall(PetscFree(pointsWithDofs)); in DMPlexTransferInjectorTree()
3782 PetscInt dof, cdof, numPointsWithDofs, offset, *pointsWithDofs; in DMPlexTransferVecTree_Interpolate() local
3793 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexTransferVecTree_Interpolate()
3799 if ((dof - cdof) > 0) pointsWithDofs[offset++] = l; in DMPlexTransferVecTree_Interpolate()
3801 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexTransferVecTree_Interpolate()
3802 PetscCall(PetscFree(pointsWithDofs)); in DMPlexTransferVecTree_Interpolate()