Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c6199 const PetscInt oerb = oelb + (k - 1); in DMPlexSetClosurePermutationTensor() local
6200 const PetscInt ovblf = oerb + (k - 1); in DMPlexSetClosurePermutationTensor()
6249 … for (c = 0; c < Nc; ++c, ++offset) perm[offset] = (oerb + (k - 2) - j) * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()