Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c6197 const PetscInt oelf = oerf + (k - 1); in DMPlexSetClosurePermutationTensor() local
6198 const PetscInt oelb = oelf + (k - 1); in DMPlexSetClosurePermutationTensor()
6234 … for (c = 0; c < Nc; ++c, ++offset) perm[offset] = (oelf + (k - 2) - j) * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()