Searched refs:PetscSectionGetPermutation (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 21 PetscErrorCode PetscSectionGetPermutation(PetscSection, PetscIS*)
|
| H A D | Section.pyx | 286 setPermutation, petsc.PetscSectionGetPermutation 290 CHKERR(PetscSectionGetPermutation(self.sec, &perm.iset))
|
| /petsc/include/ |
| H A D | petscsection.h | 28 PETSC_EXTERN PetscErrorCode PetscSectionGetPermutation(PetscSection, IS *);
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 123 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 D | dmi.c | 88 PetscCall(PetscSectionGetPermutation(s, &permutation)); in PetscSectionSelectFields_Private()
|
| H A D | dm.c | 6538 PetscCall(PetscSectionGetPermutation(section, &perm)); in DMGetOutputDM()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 260 PetscCall(PetscSectionGetPermutation(leafSection, &perm)); in PetscSFDistributeSection()
|