Searched refs:fSize (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 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() [all …]
|
| H A D | plexegads.c | 3004 PetscInt fSize, eSize, nSize; in DMPlex_Surface_Grad() local 3037 PetscCall(ISGetSize(facePoints, &fSize)); in DMPlex_Surface_Grad() 3041 for (int jj = 0; jj < fSize; ++jj) { in DMPlex_Surface_Grad() 3961 PetscInt fSize, eSize, nSize; in DMPlexGeomDataAndGrads() local 3994 PetscCall(ISGetSize(facePoints, &fSize)); in DMPlexGeomDataAndGrads() 3998 for (int jj = 0; jj < fSize; ++jj) { in DMPlexGeomDataAndGrads()
|