Home
last modified time | relevance | path

Searched defs:preind (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplex.c7635 const PetscInt preind = perm ? *loff + perm[k] : *loff + k; in DMPlexGetIndicesPoint_Internal() local
7643 const PetscInt preind = perm ? *loff + perm[k] : *loff + k; in DMPlexGetIndicesPoint_Internal() local
7715 const PetscInt preind = perm ? foffs[f] + perm[b] : foffs[f] + b; in DMPlexGetIndicesPointFields_Internal() local
7723 const PetscInt preind = perm ? foffs[f] + perm[b] : foffs[f] + b; in DMPlexGetIndicesPointFields_Internal() local
7766 const PetscInt preind = perm ? foffs[f] + perm[b] : foffs[f] + b; in DMPlexGetIndicesPointFieldsSplit_Internal() local
7774 const PetscInt preind = perm ? foffs[f] + perm[b] : foffs[f] + b; in DMPlexGetIndicesPointFieldsSplit_Internal() local