Searched refs:usePermutation (Results 1 – 1 of 1) sorted by relevance
1475 PetscErrorCode PetscSectionCreateGlobalSection(PetscSection s, PetscSF sf, PetscBool usePermutation… in PetscSectionCreateGlobalSection() argument1487 PetscValidLogicalCollectiveBool(s, usePermutation, 3); in PetscSectionCreateGlobalSection()1531 if (usePermutation && s->perm) PetscCall(ISGetIndices(s->perm, &pind)); in PetscSectionCreateGlobalSection()1547 if (usePermutation && s->perm) PetscCall(ISRestoreIndices(s->perm, &pind)); in PetscSectionCreateGlobalSection()