Lines Matching refs:localFine

2068   PetscSection         localCoarse, localFine;  in DMPlexComputeInterpolatorTree()  local
2485 PetscCall(DMGetLocalSection(fine, &localFine)); in DMPlexComputeInterpolatorTree()
2507 PetscCall(PetscSectionGetMaxDof(localFine, &maxDof)); in DMPlexComputeInterpolatorTree()
2536 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &rowDof)); in DMPlexComputeInterpolatorTree()
2543 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC… in DMPlexComputeInterpolatorTree()
2559 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC_FALSE… in DMPlexComputeInterpolatorTree()
2704 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &rowDof)); in DMPlexComputeInterpolatorTree()
2710 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC… in DMPlexComputeInterpolatorTree()
2712 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC_FALSE… in DMPlexComputeInterpolatorTree()
3282 PetscSection localCoarse, localFine, leafIndicesSec; in DMPlexTransferInjectorTree() local
3292 PetscCall(DMGetLocalSection(fine, &localFine)); in DMPlexTransferInjectorTree()
3296 PetscCall(PetscSectionGetMaxDof(localFine, &maxDof)); in DMPlexTransferInjectorTree()
3309 PetscCall(PetscSectionGetDof(localFine, p, &dof)); in DMPlexTransferInjectorTree()
3346 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &fDof)); in DMPlexTransferInjectorTree()
3349 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) :… in DMPlexTransferInjectorTree()
3351 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOff,… in DMPlexTransferInjectorTree()
3515 PetscSection localCoarse, localFine; in DMPlexComputeInjectorTree() local
3537 PetscCall(DMGetLocalSection(fine, &localFine)); in DMPlexComputeInjectorTree()
3539 PetscCall(PetscSectionGetNumFields(localFine, &numFields)); in DMPlexComputeInjectorTree()
3753 PetscSection localCoarse, localFine; in DMPlexTransferVecTree_Interpolate() local
3942 PetscCall(DMGetLocalSection(fine, &localFine)); in DMPlexTransferVecTree_Interpolate()
3953 PetscCall(PetscSectionGetMaxDof(localFine, &maxDof)); in DMPlexTransferVecTree_Interpolate()
3972 PetscCall(PetscSectionGetDof(localFine, p, &lDof)); in DMPlexTransferVecTree_Interpolate()
3990 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &rowDof)); in DMPlexTransferVecTree_Interpolate()
3996 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC… in DMPlexTransferVecTree_Interpolate()
4002 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC_FALSE… in DMPlexTransferVecTree_Interpolate()
4064 PetscSection localCoarse, localFine; in DMPlexTransferVecTree_Inject() local
4087 PetscCall(DMGetLocalSection(fine, &localFine)); in DMPlexTransferVecTree_Inject()
4089 PetscCall(PetscSectionGetNumFields(localFine, &numFields)); in DMPlexTransferVecTree_Inject()