Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c6195 const PetscInt oetl = oetb + (k - 1); in DMPlexSetClosurePermutationTensor() local
6196 const PetscInt oerf = oetl + (k - 1); in DMPlexSetClosurePermutationTensor()
6260 … for (c = 0; c < Nc; ++c, ++offset) perm[offset] = (oetl + (k - 2) - i) * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()
6267 for (o = oetl - 1; o >= oetb; --o) in DMPlexSetClosurePermutationTensor()