Searched refs:coarseToFine (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 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() [all …]
|