Lines Matching refs:localCoarse

2068   PetscSection         localCoarse, localFine;  in DMPlexComputeInterpolatorTree()  local
2116 PetscCall(DMGetLocalSection(coarse, &localCoarse)); in DMPlexComputeInterpolatorTree()
2131 PetscCall(PetscSectionGetNumFields(localCoarse, &numFields)); in DMPlexComputeInterpolatorTree()
2160 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexComputeInterpolatorTree()
2163 PetscCall(PetscSectionGetFieldDof(localCoarse, c, f, &clDof)); in DMPlexComputeInterpolatorTree()
2172 …PetscCall(DMPlexAnchorsModifyMat(coarse, localCoarse, closureSize, numRowIndices, closure, NULL, N… in DMPlexComputeInterpolatorTree()
2197 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInterpolatorTree()
2203 PetscCall(PetscSectionGetDof(localCoarse, anchor, &aLocalDof)); in DMPlexComputeInterpolatorTree()
2208 PetscCall(PetscSectionGetFieldDof(localCoarse, anchor, f, &fDof)); in DMPlexComputeInterpolatorTree()
2265 …PetscCall(DMPlexGetClosureIndices(coarse, localCoarse, globalCoarse, p, PETSC_TRUE, &numIndices, &… in DMPlexComputeInterpolatorTree()
2272 …PetscCall(DMPlexRestoreClosureIndices(coarse, localCoarse, globalCoarse, p, PETSC_TRUE, &numIndice… in DMPlexComputeInterpolatorTree()
2285 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexComputeInterpolatorTree()
2297 …if (numFields) PetscCall(PetscSectionGetFieldPointSyms(localCoarse, f, closureSize, closure, &perm… in DMPlexComputeInterpolatorTree()
2298 … else PetscCall(PetscSectionGetPointSyms(localCoarse, closureSize, closure, &perms[f], &flips[f])); in DMPlexComputeInterpolatorTree()
2307 PetscCall(PetscSectionGetFieldDof(localCoarse, c, f, &fDof)); in DMPlexComputeInterpolatorTree()
2318 …PetscCall(DMPlexAnchorsModifyMat(coarse, localCoarse, closureSize, numRowIndices, closure, perms, … in DMPlexComputeInterpolatorTree()
2320 …if (numFields) PetscCall(PetscSectionRestoreFieldPointSyms(localCoarse, f, closureSize, closure, &… in DMPlexComputeInterpolatorTree()
2321 …else PetscCall(PetscSectionRestorePointSyms(localCoarse, closureSize, closure, &perms[f], &flips[f… in DMPlexComputeInterpolatorTree()
2324 …if (numFields) PetscCall(PetscSectionGetFieldPointSyms(localCoarse, f, numPoints, points, &perms[f… in DMPlexComputeInterpolatorTree()
2325 … else PetscCall(PetscSectionGetPointSyms(localCoarse, numPoints, points, &perms[f], &flips[f])); in DMPlexComputeInterpolatorTree()
2348 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, c, globalOff < 0 ? -(glob… in DMPlexComputeInterpolatorTree()
2356 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, c, globalOff < 0 ? -(globalOff … in DMPlexComputeInterpolatorTree()
2360 …if (numFields) PetscCall(PetscSectionRestoreFieldPointSyms(localCoarse, f, numPoints, points, &per… in DMPlexComputeInterpolatorTree()
2361 …else PetscCall(PetscSectionRestorePointSyms(localCoarse, numPoints, points, &perms[f], &flips[f])); in DMPlexComputeInterpolatorTree()
2383 PetscCall(PetscSectionGetFieldDof(localCoarse, anchor, f, &fDof)); in DMPlexComputeInterpolatorTree()
2396 PetscCall(PetscSectionGetOffset(localCoarse, anchor, &lOff)); in DMPlexComputeInterpolatorTree()
2397 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCo… in DMPlexComputeInterpolatorTree()
2403 PetscCall(PetscSectionGetOffset(localCoarse, anchor, &lOff)); in DMPlexComputeInterpolatorTree()
2404 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCopy, PE… in DMPlexComputeInterpolatorTree()
2422 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, anchor, gOff < 0 ? -(gOff… in DMPlexComputeInterpolatorTree()
2431 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, anchor, gOff < 0 ? -(gOff + 1) … in DMPlexComputeInterpolatorTree()
2443 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInterpolatorTree()
2450 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1)… in DMPlexComputeInterpolatorTree()
2452 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOf… in DMPlexComputeInterpolatorTree()
3282 PetscSection localCoarse, localFine, leafIndicesSec; in DMPlexTransferInjectorTree() local
3361 PetscCall(DMGetLocalSection(coarse, &localCoarse)); in DMPlexTransferInjectorTree()
3515 PetscSection localCoarse, localFine; in DMPlexComputeInjectorTree() local
3541 PetscCall(DMGetLocalSection(coarse, &localCoarse)); in DMPlexComputeInjectorTree()
3543 PetscCall(PetscSectionGetMaxDof(localCoarse, &maxDof)); in DMPlexComputeInjectorTree()
3575 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInjectorTree()
3578 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1)… in DMPlexComputeInjectorTree()
3580 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOf… in DMPlexComputeInjectorTree()
3679 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInjectorTree()
3682 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1)… in DMPlexComputeInjectorTree()
3684 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOf… in DMPlexComputeInjectorTree()
3753 PetscSection localCoarse, localFine; in DMPlexTransferVecTree_Interpolate() local
3810 PetscCall(DMGetLocalSection(coarse, &localCoarse)); in DMPlexTransferVecTree_Interpolate()
3823 PetscCall(PetscSectionGetNumFields(localCoarse, &numFields)); in DMPlexTransferVecTree_Interpolate()
3866 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexTransferVecTree_Interpolate()
3871 PetscCall(PetscSectionGetDof(localCoarse, p, &numValues)); in DMPlexTransferVecTree_Interpolate()
3917 PetscCall(PetscSectionGetDof(localCoarse, p, &lDof)); in DMPlexTransferVecTree_Interpolate()
3918 PetscCall(PetscSectionGetOffset(localCoarse, p, &lOff)); in DMPlexTransferVecTree_Interpolate()
4064 PetscSection localCoarse, localFine; in DMPlexTransferVecTree_Inject() local
4091 PetscCall(DMGetLocalSection(coarse, &localCoarse)); in DMPlexTransferVecTree_Inject()
4093 PetscCall(PetscSectionGetMaxDof(localCoarse, &maxDof)); in DMPlexTransferVecTree_Inject()
4119 PetscCall(PetscSectionGetDof(localCoarse, p, &dof)); in DMPlexTransferVecTree_Inject()
4129 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexTransferVecTree_Inject()
4132 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1)… in DMPlexTransferVecTree_Inject()
4134 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOf… in DMPlexTransferVecTree_Inject()