Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi21 PetscErrorCode PetscSectionGetPermutation(PetscSection, PetscIS*)
H A DSection.pyx286 setPermutation, petsc.PetscSectionGetPermutation
290 CHKERR(PetscSectionGetPermutation(self.sec, &perm.iset))
/petsc/include/
H A Dpetscsection.h28 PETSC_EXTERN PetscErrorCode PetscSectionGetPermutation(PetscSection, IS *);
/petsc/src/vec/is/section/interface/
H A Dsection.c123 PetscCall(PetscSectionGetPermutation(section, &perm)); in PetscSectionCopy_Internal()
274 PetscCall(PetscSectionGetPermutation(s1, &perm1)); in PetscSectionCompare()
275 PetscCall(PetscSectionGetPermutation(s2, &perm2)); in PetscSectionCompare()
703 PetscErrorCode PetscSectionGetPermutation(PetscSection s, IS *perm) in PetscSectionGetPermutation() function
/petsc/src/dm/interface/
H A Ddmi.c88 PetscCall(PetscSectionGetPermutation(s, &permutation)); in PetscSectionSelectFields_Private()
H A Ddm.c6538 PetscCall(PetscSectionGetPermutation(section, &perm)); in DMGetOutputDM()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c260 PetscCall(PetscSectionGetPermutation(leafSection, &perm)); in PetscSFDistributeSection()