Home
last modified time | relevance | path

Searched refs:ofl (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplex.c6187 const PetscInt ofl = ofr + PetscSqr(k - 1); in DMPlexSetClosurePermutationTensor() local
6188 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()