Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c6121 const PetscInt oel = oet + (k - 1); in DMPlexSetClosurePermutationTensor() local
6122 const PetscInt ovlb = oel + (k - 1); in DMPlexSetClosurePermutationTensor()
6135 … for (c = 0; c < Nc; ++c, ++offset) perm[offset] = (oel + (k - 2) - i) * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()
6142 for (o = oel - 1; o >= oet; --o) in DMPlexSetClosurePermutationTensor()