Lines Matching refs:cdof

2090     PetscInt        dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, nleaves, l;  in DMPlexComputeInterpolatorTree()  local
2097 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexComputeInterpolatorTree()
2098 if ((dof - cdof) > 0) numPointsWithDofs++; in DMPlexComputeInterpolatorTree()
2104 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexComputeInterpolatorTree()
2105 if ((dof - cdof) > 0) pointsWithDofs[offset++] = l; in DMPlexComputeInterpolatorTree()
3298 PetscInt l, nleaves, dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, numIndices; in DMPlexTransferInjectorTree() local
3305 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferInjectorTree()
3306 if ((dof - cdof) > 0) { in DMPlexTransferInjectorTree()
3321 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferInjectorTree()
3322 if ((dof - cdof) > 0) { in DMPlexTransferInjectorTree()
3447 PetscInt dof, cdof, numPointsWithDofs, offset, *pointsWithDofs; in DMPlexTransferInjectorTree() local
3452 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexTransferInjectorTree()
3453 if ((dof - cdof) > 0) numPointsWithDofs++; in DMPlexTransferInjectorTree()
3458 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexTransferInjectorTree()
3459 if ((dof - cdof) > 0) pointsWithDofs[offset++] = p - pStartC; in DMPlexTransferInjectorTree()
3561 PetscInt numLeaves, leafStart, leafEnd, l, dof, cdof, gOff; in DMPlexComputeInjectorTree() local
3564 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexComputeInjectorTree()
3565 if ((dof - cdof) <= 0) continue; in DMPlexComputeInjectorTree()
3665 PetscInt numLeaves, leafStart, leafEnd, l, dof, cdof, gOff; in DMPlexComputeInjectorTree() local
3668 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexComputeInjectorTree()
3669 if ((dof - cdof) <= 0) continue; in DMPlexComputeInjectorTree()
3782 PetscInt dof, cdof, numPointsWithDofs, offset, *pointsWithDofs; in DMPlexTransferVecTree_Interpolate() local
3790 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferVecTree_Interpolate()
3791 if ((dof - cdof) > 0) numPointsWithDofs++; in DMPlexTransferVecTree_Interpolate()
3798 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexTransferVecTree_Interpolate()
3799 if ((dof - cdof) > 0) pointsWithDofs[offset++] = l; in DMPlexTransferVecTree_Interpolate()
4113 PetscInt numLeaves, leafStart, leafEnd, l, dof, cdof, gOff; in DMPlexTransferVecTree_Inject() local
4117 PetscCall(PetscSectionGetConstraintDof(globalCoarse, p, &cdof)); in DMPlexTransferVecTree_Inject()
4118 if ((dof - cdof) <= 0) continue; in DMPlexTransferVecTree_Inject()