Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1321 PetscInt aSecDof, aSecOff; in DMPlexComputeAnchorMatrix_Tree_Direct() local
1325 PetscCall(PetscSectionGetFieldOffset(section, a, f, &aSecOff)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1328 PetscCall(PetscSectionGetOffset(section, a, &aSecOff)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1351 for (s = 0; s < nWorkP; s++) workIndCol[permP ? permP[s] : s] = aSecOff + s; in DMPlexComputeAnchorMatrix_Tree_Direct()