Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c6183 const PetscInt oft = ofb + PetscSqr(k - 1); in DMPlexSetClosurePermutationTensor() local
6184 const PetscInt off = oft + PetscSqr(k - 1); in DMPlexSetClosurePermutationTensor()
6262 … for (c = 0; c < Nc; ++c, ++offset) perm[offset] = (oft + i * (k - 1) + n) * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()