Home
last modified time | relevance | path

Searched refs:bDof (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplex.c7875 PetscInt bDof = 0, bSecDof = 0; in DMPlexAnchorsGetSubMatModification() local
7886 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification()
7887 if (bDof) { in DMPlexAnchorsGetSubMatModification()
7893 for (q = 0; q < bDof; q++) { in DMPlexAnchorsGetSubMatModification()
7959 PetscInt bDof = 0, bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatModification() local
7963 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification()
7964 if (bDof) { in DMPlexAnchorsGetSubMatModification()
7966 for (PetscInt q = 0; q < bDof; q++) { in DMPlexAnchorsGetSubMatModification()
8008 PetscInt bDof = 0, bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatModification() local
8018 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification()
[all …]