Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c6204 const PetscInt ovtlf = ovbrf + 1; in DMPlexSetClosurePermutationTensor() local
6205 const PetscInt ovtrf = ovtlf + 1; in DMPlexSetClosurePermutationTensor()
6254 for (c = 0; c < Nc; ++c, ++offset) perm[offset] = ovtlf * Nc + c + foffset; in DMPlexSetClosurePermutationTensor()