Searched refs:bOff (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 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() [all …]
|