Lines Matching refs:coarseToFine
2064 PetscErrorCode DMPlexComputeInterpolatorTree(DM coarse, DM fine, PetscSF coarseToFine, PetscInt *ch… in DMPlexComputeInterpolatorTree() argument
2093 PetscCall(PetscSFGetGraph(coarseToFine, NULL, &nleaves, &leaves, NULL)); in DMPlexComputeInterpolatorTree()
2107 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexComputeInterpolatorTree()
3278 static PetscErrorCode DMPlexTransferInjectorTree(DM coarse, DM fine, PetscSF coarseToFine, const Pe… in DMPlexTransferInjectorTree() argument
3301 PetscCall(PetscSFGetGraph(coarseToFine, NULL, &nleaves, &leaves, NULL)); in DMPlexTransferInjectorTree()
3356 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexTransferInjectorTree()
3510 PetscErrorCode DMPlexComputeInjectorTree(DM coarse, DM fine, PetscSF coarseToFine, PetscInt *childI… in DMPlexComputeInjectorTree() argument
3549 …PetscCall(DMPlexTransferInjectorTree(coarse, fine, coarseToFine, childIds, NULL, numFields, offset… in DMPlexComputeInjectorTree()
3749 …erpolate(DM coarse, Vec vecCoarseLocal, DM fine, Vec vecFine, PetscSF coarseToFine, PetscInt *cids… in DMPlexTransferVecTree_Interpolate() argument
3784 PetscCall(PetscSFGetGraph(coarseToFine, NULL, &nleaves, &leaves, NULL)); in DMPlexTransferVecTree_Interpolate()
3801 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexTransferVecTree_Interpolate()
4059 …ecTree_Inject(DM fine, Vec vecFine, DM coarse, Vec vecCoarse, PetscSF coarseToFine, PetscInt *cids) in DMPlexTransferVecTree_Inject() argument
4099 …PetscCall(DMPlexTransferInjectorTree(coarse, fine, coarseToFine, cids, vecFine, numFields, offsets… in DMPlexTransferVecTree_Inject()