Lines Matching refs:globalFine

2067   PetscSection         globalCoarse, globalFine;  in DMPlexComputeInterpolatorTree()  local
2088 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexComputeInterpolatorTree()
2096 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexComputeInterpolatorTree()
2097 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexComputeInterpolatorTree()
2103 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexComputeInterpolatorTree()
2104 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexComputeInterpolatorTree()
2500 PetscCall(PetscSectionGetConstrainedStorageSize(globalFine, &nGlobal)); in DMPlexComputeInterpolatorTree()
2516 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree()
2517 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &gcDof)); in DMPlexComputeInterpolatorTree()
2519 PetscCall(PetscSectionGetOffset(globalFine, p, &gOff)); in DMPlexComputeInterpolatorTree()
2685 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree()
2686 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &gcDof)); in DMPlexComputeInterpolatorTree()
2689 PetscCall(PetscSectionGetOffset(globalFine, p, &gOff)); in DMPlexComputeInterpolatorTree()
3281 PetscSection globalCoarse, globalFine; in DMPlexTransferInjectorTree() local
3293 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexTransferInjectorTree()
3304 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexTransferInjectorTree()
3305 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferInjectorTree()
3320 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexTransferInjectorTree()
3321 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferInjectorTree()
3338 PetscCall(PetscSectionGetOffset(globalFine, p, &gOff)); in DMPlexTransferInjectorTree()
3514 PetscSection globalCoarse, globalFine; in DMPlexComputeInjectorTree() local
3538 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexComputeInjectorTree()
3752 PetscSection globalCoarse, globalFine; in DMPlexTransferVecTree_Interpolate() local
3777 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexTransferVecTree_Interpolate()
3789 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexTransferVecTree_Interpolate()
3790 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferVecTree_Interpolate()
3797 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexTransferVecTree_Interpolate()
3798 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferVecTree_Interpolate()
3971 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexTransferVecTree_Interpolate()
3973 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &gcDof)); in DMPlexTransferVecTree_Interpolate()
3975 PetscCall(PetscSectionGetOffset(globalFine, p, &gOff)); in DMPlexTransferVecTree_Interpolate()
4063 PetscSection globalCoarse, globalFine; in DMPlexTransferVecTree_Inject() local
4088 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexTransferVecTree_Inject()