Searched refs:aSecOff (Results 1 – 1 of 1) sorted by relevance
1321 PetscInt aSecDof, aSecOff; in DMPlexComputeAnchorMatrix_Tree_Direct() local1325 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()