Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c7790 …scSection section, PetscSection cSec, PetscInt tmpIndices[], PetscInt fieldOffsets[], PetscInt ind… in DMPlexAnchorsGetSubMatIndices() argument
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()