Lines Matching refs:fSize
1167 PetscInt fSize, maxDof; in DMPlexComputeAnchorMatrix_Tree_Direct() local
1184 PetscCall(PetscDualSpaceGetDimension(dspace, &fSize)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1197 PetscCall(PetscDualSpaceGetDimension(dspace, &fSize)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1204 PetscCall(MatSetSizes(Amat, fSize, fSize, fSize, fSize)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1210 for (i = 0; i < fSize; i++) { in DMPlexComputeAnchorMatrix_Tree_Direct()
1219 …scCall(PetscMalloc7(fSize, &sizes, nPoints * Nc, &weights, spdim * nPoints, &pointsRef, spdim * nP… in DMPlexComputeAnchorMatrix_Tree_Direct()
1222 for (i = 0; i < fSize; i++) { in DMPlexComputeAnchorMatrix_Tree_Direct()
1234 …PetscCall(EvaluateBasis(bspace, fSize, fSize, Nc, nPoints, sizes, pointsRef, weights, work, Amat)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1269 …PetscCall(EvaluateBasis(bspace, fSize, fSize, Nc, nPoints, sizes, pointsReal, weights, work, Bmat)… in DMPlexComputeAnchorMatrix_Tree_Direct()
1348 …for (s = 0; s < nWorkP; s++) scwork[r * nWorkP + s] = X[fSize * (r + childOffsets[i]) + (s + paren… in DMPlexComputeAnchorMatrix_Tree_Direct()
3019 PetscInt fSize; in DMPlexComputeInjectorReferenceTree() local
3025 PetscCall(PetscDualSpaceGetDimension(dsp, &fSize)); in DMPlexComputeInjectorReferenceTree()
3060 parentValAtPoint = &Tparent->T[0][(fSize * j + parentCellShapeDof) * Nc]; in DMPlexComputeInjectorReferenceTree()