Searched refs:ofl (Results 1 – 1 of 1) sorted by relevance
6187 const PetscInt ofl = ofr + PetscSqr(k - 1); in DMPlexSetClosurePermutationTensor() local6188 const PetscInt oebl = ofl + PetscSqr(k - 1); in DMPlexSetClosurePermutationTensor()6240 … for (c = 0; c < Nc; ++c, ++offset) perm[offset] = (ofl + i * (k - 1) + j) * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()