Searched refs:indices_section (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 7802 PetscSection indices_section; in DMPlexAnchorsGetSubMatIndices() local 7807 indices_section = cSecDof > 0 ? cSec : section; in DMPlexAnchorsGetSubMatIndices() 7816 PetscCall(PetscSectionGetFieldDof(indices_section, b, f, &fDof)); in DMPlexAnchorsGetSubMatIndices() 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()
|