Searched refs:oetr (Results 1 – 1 of 1) sorted by relevance
6193 const PetscInt oetr = oetf + (k - 1); in DMPlexSetClosurePermutationTensor() local6194 const PetscInt oetb = oetr + (k - 1); in DMPlexSetClosurePermutationTensor()6255 for (o = oetf; o < oetr; ++o) in DMPlexSetClosurePermutationTensor()6263 for (c = 0; c < Nc; ++c, ++offset) perm[offset] = (oetr + i) * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()