Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c6196 const PetscInt oerf = oetl + (k - 1); in DMPlexSetClosurePermutationTensor() local
6197 const PetscInt oelf = oerf + (k - 1); in DMPlexSetClosurePermutationTensor()
6237 for (c = 0; c < Nc; ++c, ++offset) perm[offset] = (oerf + j) * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()