Searched refs:rDof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 10746 PetscInt rDof, rOff, r; in DMPlexCreateConstraintMatrix_Anchors() local 10748 PetscCall(PetscSectionGetDof(aSec, p, &rDof)); in DMPlexCreateConstraintMatrix_Anchors() 10749 if (!rDof) continue; in DMPlexCreateConstraintMatrix_Anchors() 10754 for (r = 0; r < rDof; r++) { in DMPlexCreateConstraintMatrix_Anchors() 10786 PetscInt rDof, rOff, r; in DMPlexCreateConstraintMatrix_Anchors() local 10787 PetscCall(PetscSectionGetDof(aSec, p, &rDof)); in DMPlexCreateConstraintMatrix_Anchors() 10789 for (r = 0; r < rDof; r++) { in DMPlexCreateConstraintMatrix_Anchors() 10803 PetscInt rDof, rOff, r; in DMPlexCreateConstraintMatrix_Anchors() local 10804 PetscCall(PetscSectionGetDof(aSec, p, &rDof)); in DMPlexCreateConstraintMatrix_Anchors() 10806 for (r = 0; r < rDof; r++) { in DMPlexCreateConstraintMatrix_Anchors()
|