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