Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexreorder.c206 PetscCall(PetscSectionPermute(cs, perm, csNew)); in DMPlexRemapCoordinates_Private()
267 PetscCall(PetscSectionPermute(section, perm, &sectionNew)); in DMPlexPermute()
303 PetscCall(PetscSectionPermute(plex->coneSection, perm, &plexNew->coneSection)); in DMPlexPermute()
321 PetscCall(PetscSectionPermute(plex->supportSection, perm, &plexNew->supportSection)); in DMPlexPermute()
/petsc/include/
H A Dpetscsection.h79 PETSC_EXTERN PetscErrorCode PetscSectionPermute(PetscSection, IS, PetscSection *);
/petsc/doc/manual/
H A Dsection.md204 To change the indices of the grid points, call `PetscSectionPermute()` to generate a new `PetscSect…
/petsc/src/vec/is/section/interface/
H A Dsection.c3090 PetscErrorCode PetscSectionPermute(PetscSection section, IS permutation, PetscSection *sectionNew) in PetscSectionPermute() function