Searched refs:ofk (Results 1 – 1 of 1) sorted by relevance
6185 const PetscInt ofk = off + PetscSqr(k - 1); in DMPlexSetClosurePermutationTensor() local6186 const PetscInt ofr = ofk + PetscSqr(k - 1); in DMPlexSetClosurePermutationTensor()6247 for (o = ofk + j * (k - 1) + (k - 2); o >= ofk + j * (k - 1); --o) in DMPlexSetClosurePermutationTensor()