Lines Matching refs:aDof

1299         PetscInt           conDof, conOff, aDof, aOff, nWork;  in DMPlexComputeAnchorMatrix_Tree_Direct()  local
1316 PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1319 for (k = 0; k < aDof; k++) { in DMPlexComputeAnchorMatrix_Tree_Direct()
1441 PetscInt aDof, aOff, j; in DMPlexReferenceTreeGetChildrenMatrices() local
1445 PetscCall(PetscSectionGetFieldDof(refSection, q, f, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1448 PetscCall(PetscSectionGetDof(refSection, q, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1452 for (j = 0; j < aDof; j++) cols[numCols++] = aOff + (perm ? perm[j] : j); in DMPlexReferenceTreeGetChildrenMatrices()
1462 PetscInt aDof, aOff, j; in DMPlexReferenceTreeGetChildrenMatrices() local
1466 PetscCall(PetscSectionGetFieldDof(refSection, q, f, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1469 PetscCall(PetscSectionGetDof(refSection, q, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1475 …for (j = 0; j < aDof; j++) refPointFieldMats[p - pRefStart][f][k * numCols + colOff + j] *= flip[j… in DMPlexReferenceTreeGetChildrenMatrices()
1478 colOff += aDof; in DMPlexReferenceTreeGetChildrenMatrices()
1671 PetscInt aDof, aOff, j, k, qConDof, qConOff; in DMPlexComputeAnchorMatrix_Tree_FromReference() local
1678 PetscCall(PetscSectionGetFieldDof(section, q, f, &aDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1685 PetscCall(PetscSectionGetDof(section, q, &aDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1692 if (!aDof) continue; in DMPlexComputeAnchorMatrix_Tree_FromReference()
1702 for (k = 0; k < aDof; k++) { in DMPlexComputeAnchorMatrix_Tree_FromReference()
1726 for (j = 0; j < aDof; j++) { in DMPlexComputeAnchorMatrix_Tree_FromReference()
1733 offset += aDof; in DMPlexComputeAnchorMatrix_Tree_FromReference()
2140 PetscInt aDof = 0; in DMPlexComputeInterpolatorTree() local
2149 if (p >= aStart && p < aEnd) PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexComputeInterpolatorTree()
2200 for (a = 0; a < aDof; a++) { in DMPlexComputeInterpolatorTree()
2367 PetscInt *rowIndices, *colIndices, a, aDof = 0, aOff; in DMPlexComputeInterpolatorTree() local
2373 PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexComputeInterpolatorTree()
2381 for (a = 0; a < aDof; a++) { in DMPlexComputeInterpolatorTree()
2394 for (a = 0; a < aDof; a++) { in DMPlexComputeInterpolatorTree()
2401 for (a = 0; a < aDof; a++) { in DMPlexComputeInterpolatorTree()
2418 for (a = 0; a < aDof; a++) { in DMPlexComputeInterpolatorTree()
2427 for (a = 0; a < aDof; a++) { in DMPlexComputeInterpolatorTree()
3197 PetscInt aDof, aOff, j; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local
3200 PetscCall(PetscSectionGetFieldDof(refSection, parent, f, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3203 PetscCall(PetscSectionGetDof(refSection, parent, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3207 for (j = 0; j < aDof; j++) cols[numCols++] = aOff + j; in DMPlexReferenceTreeGetChildrenMatrices_Injection()