Lines Matching refs:bOff
7800 PetscInt bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatIndices() local
7820 PetscCall(PetscSectionGetOffset(indices_section, b, &bOff)); in DMPlexAnchorsGetSubMatIndices()
7822 …PetscCall(DMPlexGetIndicesPointFields_Internal(indices_section, PETSC_TRUE, b, bOff, fEnd, PETSC_T… in DMPlexAnchorsGetSubMatIndices()
7829 PetscCall(PetscSectionGetOffset(indices_section, b, &bOff)); in DMPlexAnchorsGetSubMatIndices()
7830 …PetscCall(DMPlexGetIndicesPoint_Internal(indices_section, PETSC_TRUE, b, bOff, &bEnd, PETSC_TRUE, … in DMPlexAnchorsGetSubMatIndices()
7890 PetscInt bOff, q; in DMPlexAnchorsGetSubMatModification() local
7892 PetscCall(PetscSectionGetOffset(aSec, b, &bOff)); in DMPlexAnchorsGetSubMatModification()
7894 PetscInt a = anchors[bOff + q]; in DMPlexAnchorsGetSubMatModification()
7959 PetscInt bDof = 0, bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatModification() local
7965 PetscCall(PetscSectionGetOffset(aSec, b, &bOff)); in DMPlexAnchorsGetSubMatModification()
7967 PetscInt a = anchors[bOff + q], aDof = 0; in DMPlexAnchorsGetSubMatModification()
8008 PetscInt bDof = 0, bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatModification() local
8020 PetscCall(PetscSectionGetOffset(aSec, b, &bOff)); in DMPlexAnchorsGetSubMatModification()
8022 PetscInt a = anchors[bOff + q], aDof = 0; in DMPlexAnchorsGetSubMatModification()