Lines Matching refs:fDof

2195           PetscInt fDof;  in DMPlexComputeInterpolatorTree()  local
2197 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInterpolatorTree()
2198 offsets[f + 1] = fDof; in DMPlexComputeInterpolatorTree()
2206 PetscInt fDof; in DMPlexComputeInterpolatorTree() local
2208 PetscCall(PetscSectionGetFieldDof(localCoarse, anchor, f, &fDof)); in DMPlexComputeInterpolatorTree()
2209 newOffsets[f + 1] += fDof; in DMPlexComputeInterpolatorTree()
2305 PetscInt fDof; in DMPlexComputeInterpolatorTree() local
2307 PetscCall(PetscSectionGetFieldDof(localCoarse, c, f, &fDof)); in DMPlexComputeInterpolatorTree()
2308 offsets[f + 1] += fDof; in DMPlexComputeInterpolatorTree()
2377 PetscInt fDof; in DMPlexComputeInterpolatorTree() local
2379 PetscCall(PetscSectionGetFieldDof(cSec, p, f, &fDof)); in DMPlexComputeInterpolatorTree()
2380 offsets[f + 1] = fDof; in DMPlexComputeInterpolatorTree()
2383 PetscCall(PetscSectionGetFieldDof(localCoarse, anchor, f, &fDof)); in DMPlexComputeInterpolatorTree()
2384 newOffsets[f + 1] += fDof; in DMPlexComputeInterpolatorTree()
2442 PetscInt fDof; in DMPlexComputeInterpolatorTree() local
2443 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInterpolatorTree()
2444 offsets[f + 1] = fDof + offsets[f]; in DMPlexComputeInterpolatorTree()
3345 PetscInt fDof; in DMPlexTransferInjectorTree() local
3346 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &fDof)); in DMPlexTransferInjectorTree()
3347 offsets[f + 1] = fDof + offsets[f]; in DMPlexTransferInjectorTree()
3574 PetscInt fDof; in DMPlexComputeInjectorTree() local
3575 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInjectorTree()
3576 rowOffsets[f + 1] = offsetsCopy[f + 1] = fDof + rowOffsets[f]; in DMPlexComputeInjectorTree()
3622 PetscInt fDof; in DMPlexComputeInjectorTree() local
3623 PetscCall(PetscSectionGetFieldDof(cSecRef, childId, f, &fDof)); in DMPlexComputeInjectorTree()
3625 offsets[f + 1] = fDof + offsets[f]; in DMPlexComputeInjectorTree()
3678 PetscInt fDof; in DMPlexComputeInjectorTree() local
3679 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInjectorTree()
3680 rowOffsets[f + 1] = offsetsCopy[f + 1] = fDof + rowOffsets[f]; in DMPlexComputeInjectorTree()
3716 PetscInt fDof; in DMPlexComputeInjectorTree() local
3717 PetscCall(PetscSectionGetFieldDof(cSecRef, childId, f, &fDof)); in DMPlexComputeInjectorTree()
3719 offsets[f + 1] = fDof + offsets[f]; in DMPlexComputeInjectorTree()
4128 PetscInt fDof; in DMPlexTransferVecTree_Inject() local
4129 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexTransferVecTree_Inject()
4130 rowOffsets[f + 1] = offsetsCopy[f + 1] = fDof + rowOffsets[f]; in DMPlexTransferVecTree_Inject()
4171 PetscInt fDof; in DMPlexTransferVecTree_Inject() local
4172 PetscCall(PetscSectionGetFieldDof(cSecRef, childId, f, &fDof)); in DMPlexTransferVecTree_Inject()
4174 offsets[f + 1] = fDof + offsets[f]; in DMPlexTransferVecTree_Inject()