Searched refs:bSecDof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 7800 PetscInt bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatIndices() local 7804 if (b >= sStart && b < sEnd) PetscCall(PetscSectionGetDof(section, b, &bSecDof)); in DMPlexAnchorsGetSubMatIndices() 7805 if (!bSecDof) continue; in DMPlexAnchorsGetSubMatIndices() 7875 PetscInt bDof = 0, bSecDof = 0; in DMPlexAnchorsGetSubMatModification() local 7877 if (b >= sStart && b < sEnd) PetscCall(PetscSectionGetDof(section, b, &bSecDof)); in DMPlexAnchorsGetSubMatModification() 7878 if (!bSecDof) continue; in DMPlexAnchorsGetSubMatModification() 7913 newNumIndices += bSecDof; in DMPlexAnchorsGetSubMatModification() 7959 PetscInt bDof = 0, bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatModification() local 7961 if (b >= sStart && b < sEnd) PetscCall(PetscSectionGetDof(section, b, &bSecDof)); in DMPlexAnchorsGetSubMatModification() 7962 if (!bSecDof) continue; in DMPlexAnchorsGetSubMatModification() [all …]
|