Lines Matching refs:gDof
2511 PetscInt gDof, gcDof, gOff; in DMPlexComputeInterpolatorTree() local
2516 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree()
2518 if ((gDof - gcDof) <= 0) continue; in DMPlexComputeInterpolatorTree()
2521 …PetscCheck(gOff >= rowStart && (gOff + gDof - gcDof) <= rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "… in DMPlexComputeInterpolatorTree()
2598 for (i = 0; i < gDof; i++) { in DMPlexComputeInterpolatorTree()
2628 for (i = 0; i < gDof; i++) { in DMPlexComputeInterpolatorTree()
2654 for (i = 0; i < gDof; i++) { in DMPlexComputeInterpolatorTree()
2680 PetscInt gDof, gcDof, gOff; in DMPlexComputeInterpolatorTree() local
2685 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree()
2687 if ((gDof - gcDof) <= 0) continue; in DMPlexComputeInterpolatorTree()
2724 PetscInt numRows = gDof, row; in DMPlexComputeInterpolatorTree()
2736 …PetscCall(MatSetValues(mat, gDof, rowIndices, numColIndices, pInd, refPointFieldMats[childId - pRe… in DMPlexComputeInterpolatorTree()
2758 … PetscCall(MatSetValues(mat, gDof, rowIndices, numColIndices, pInd, pMat, INSERT_VALUES)); in DMPlexComputeInterpolatorTree()
2781 PetscInt numRows = gDof; in DMPlexComputeInterpolatorTree()
3965 PetscInt gDof, gcDof, gOff, lDof; in DMPlexTransferVecTree_Interpolate() local
3971 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexTransferVecTree_Interpolate()
3974 if ((gDof - gcDof) <= 0) continue; in DMPlexTransferVecTree_Interpolate()