Lines Matching refs:pind
1300 const PetscInt *pind = NULL; in PetscSectionSetUp() local
1310 if (s->perm) PetscCall(ISGetIndices(s->perm, &pind)); in PetscSectionSetUp()
1314 const PetscInt q = pind ? pind[p] : p; in PetscSectionSetUp()
1333 const PetscInt q = pind ? pind[p] : p; in PetscSectionSetUp()
1342 if (s->perm) PetscCall(ISRestoreIndices(s->perm, &pind)); in PetscSectionSetUp()
1478 const PetscInt *pind = NULL; in PetscSectionCreateGlobalSection() local
1531 if (usePermutation && s->perm) PetscCall(ISGetIndices(s->perm, &pind)); in PetscSectionCreateGlobalSection()
1533 const PetscInt q = pind ? pind[p] : p; in PetscSectionCreateGlobalSection()
1547 if (usePermutation && s->perm) PetscCall(ISRestoreIndices(s->perm, &pind)); in PetscSectionCreateGlobalSection()
1623 const PetscInt *pind = NULL; in PetscSectionCreateGlobalSectionCensored() local
1671 if (s->perm) PetscCall(ISGetIndices(s->perm, &pind)); in PetscSectionCreateGlobalSectionCensored()
1673 const PetscInt q = pind ? pind[p] : p; in PetscSectionCreateGlobalSectionCensored()
1685 if (s->perm) PetscCall(ISRestoreIndices(s->perm, &pind)); in PetscSectionCreateGlobalSectionCensored()