Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c7801 PetscInt cSecDof = 0; in DMPlexAnchorsGetSubMatIndices() local
7806 if (b >= cStart && b < cEnd) PetscCall(PetscSectionGetDof(cSec, b, &cSecDof)); in DMPlexAnchorsGetSubMatIndices()
7807 indices_section = cSecDof > 0 ? cSec : section; in DMPlexAnchorsGetSubMatIndices()
7824 …for (PetscInt i = fStart[f]; i < fEnd[f]; i++) indices[fieldOffsets[f]++] = (cSecDof > 0) ? tmpInd… in DMPlexAnchorsGetSubMatIndices()
7832 …for (PetscInt i = 0; i < bEnd; i++) indices[fieldOffsets[0]++] = (cSecDof > 0) ? tmpIndices[i] : -… in DMPlexAnchorsGetSubMatIndices()