Lines Matching refs:permIS
434 IS permIS; in DMCreateSectionPermutation_Plex_Reverse() local
442 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, pEnd - pStart, perm, PETSC_OWN_POINTER, &permIS)); in DMCreateSectionPermutation_Plex_Reverse()
443 PetscCall(ISSetPermutation(permIS)); in DMCreateSectionPermutation_Plex_Reverse()
444 *permutation = permIS; in DMCreateSectionPermutation_Plex_Reverse()
451 IS permIS; in DMCreateSectionPermutation_Plex_Cohesive_Old() local
537 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, pEnd - pStart, perm, PETSC_OWN_POINTER, &permIS)); in DMCreateSectionPermutation_Plex_Cohesive_Old()
538 PetscCall(ISSetPermutation(permIS)); in DMCreateSectionPermutation_Plex_Cohesive_Old()
539 *permutation = permIS; in DMCreateSectionPermutation_Plex_Cohesive_Old()
568 IS permIS; in DMCreateSectionPermutation_Plex_Cohesive() local
606 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, pEnd - pStart, perm, PETSC_OWN_POINTER, &permIS)); in DMCreateSectionPermutation_Plex_Cohesive()
607 PetscCall(ISSetPermutation(permIS)); in DMCreateSectionPermutation_Plex_Cohesive()
608 *permutation = permIS; in DMCreateSectionPermutation_Plex_Cohesive()