Searched refs:preind (Results 1 – 1 of 1) sorted by relevance
7635 const PetscInt preind = perm ? *loff + perm[k] : *loff + k; in DMPlexGetIndicesPoint_Internal() local7636 const PetscInt ind = indperm ? indperm[preind] : preind; in DMPlexGetIndicesPoint_Internal()7643 const PetscInt preind = perm ? *loff + perm[k] : *loff + k; in DMPlexGetIndicesPoint_Internal() local7644 const PetscInt ind = indperm ? indperm[preind] : preind; in DMPlexGetIndicesPoint_Internal()7715 const PetscInt preind = perm ? foffs[f] + perm[b] : foffs[f] + b; in DMPlexGetIndicesPointFields_Internal() local7716 const PetscInt ind = indperm ? indperm[preind] : preind; in DMPlexGetIndicesPointFields_Internal()7723 const PetscInt preind = perm ? foffs[f] + perm[b] : foffs[f] + b; in DMPlexGetIndicesPointFields_Internal() local7724 const PetscInt ind = indperm ? indperm[preind] : preind; in DMPlexGetIndicesPointFields_Internal()7766 const PetscInt preind = perm ? foffs[f] + perm[b] : foffs[f] + b; in DMPlexGetIndicesPointFieldsSplit_Internal() local7767 const PetscInt ind = indperm ? indperm[preind] : preind; in DMPlexGetIndicesPointFieldsSplit_Internal()[all …]