Home
last modified time | relevance | path

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

/petsc/src/vec/is/section/interface/
H A Dsection.c1475 PetscErrorCode PetscSectionCreateGlobalSection(PetscSection s, PetscSF sf, PetscBool usePermutation in PetscSectionCreateGlobalSection() argument
1487 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()