Searched refs:oelf (Results 1 – 1 of 1) sorted by relevance
6197 const PetscInt oelf = oerf + (k - 1); in DMPlexSetClosurePermutationTensor() local6198 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()