Lines Matching refs:globalCoarse

2067   PetscSection         globalCoarse, globalFine;  in DMPlexComputeInterpolatorTree()  local
2117 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexComputeInterpolatorTree()
2147 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexComputeInterpolatorTree()
2258 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); 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()
2347 PetscCall(PetscSectionGetOffset(globalCoarse, c, &globalOff)); in DMPlexComputeInterpolatorTree()
2355 PetscCall(PetscSectionGetOffset(globalCoarse, c, &globalOff)); in DMPlexComputeInterpolatorTree()
2421 PetscCall(PetscSectionGetOffset(globalCoarse, anchor, &gOff)); in DMPlexComputeInterpolatorTree()
2430 PetscCall(PetscSectionGetOffset(globalCoarse, anchor, &gOff)); in DMPlexComputeInterpolatorTree()
2439 PetscCall(PetscSectionGetOffset(globalCoarse, p, &gOff)); in DMPlexComputeInterpolatorTree()
3281 PetscSection globalCoarse, globalFine; in DMPlexTransferInjectorTree() local
3362 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexTransferInjectorTree()
3451 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexTransferInjectorTree()
3452 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexTransferInjectorTree()
3457 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexTransferInjectorTree()
3458 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexTransferInjectorTree()
3514 PetscSection globalCoarse, globalFine; in DMPlexComputeInjectorTree() local
3542 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexComputeInjectorTree()
3563 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexComputeInjectorTree()
3564 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexComputeInjectorTree()
3566 PetscCall(PetscSectionGetOffset(globalCoarse, p, &gOff)); in DMPlexComputeInjectorTree()
3667 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexComputeInjectorTree()
3668 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexComputeInjectorTree()
3670 PetscCall(PetscSectionGetOffset(globalCoarse, p, &gOff)); in DMPlexComputeInjectorTree()
3752 PetscSection globalCoarse, globalFine; in DMPlexTransferVecTree_Interpolate() local
3811 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexTransferVecTree_Interpolate()
3855 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexTransferVecTree_Interpolate()
4063 PetscSection globalCoarse, globalFine; in DMPlexTransferVecTree_Inject() local
4092 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexTransferVecTree_Inject()
4116 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexTransferVecTree_Inject()
4117 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexTransferVecTree_Inject()
4120 PetscCall(PetscSectionGetOffset(globalCoarse, p, &gOff)); in DMPlexTransferVecTree_Inject()