Lines Matching refs:clDof
2158 PetscInt c = closure[2 * cl], clDof; in DMPlexComputeInterpolatorTree() local
2160 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexComputeInterpolatorTree()
2161 numRowIndices += clDof; in DMPlexComputeInterpolatorTree()
2163 PetscCall(PetscSectionGetFieldDof(localCoarse, c, f, &clDof)); in DMPlexComputeInterpolatorTree()
2164 offsets[f + 1] += clDof; in DMPlexComputeInterpolatorTree()
2283 PetscInt c = closure[2 * cl], clDof; in DMPlexComputeInterpolatorTree() local
2285 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexComputeInterpolatorTree()
2286 numRowIndices += clDof; in DMPlexComputeInterpolatorTree()
3864 PetscInt c = closure[2 * cl], clDof; in DMPlexTransferVecTree_Interpolate() local
3866 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexTransferVecTree_Interpolate()
3867 numValues += clDof; in DMPlexTransferVecTree_Interpolate()