Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h88 PETSC_EXTERN PetscErrorCode PetscSectionSetClosurePermutation(PetscSection, PetscObject, PetscInt, …
/petsc/src/dm/impls/plex/tutorials/
H A Dex6.c350 PetscCall(PetscSectionSetClosurePermutation(s, (PetscObject)dm, dim, NULL)); in main()
/petsc/doc/changes/
H A D314.md112 PetscSectionSetClosurePermutation(), and
/petsc/src/dm/impls/plex/
H A Dplexglvis.c519 PetscCall(PetscSectionSetClosurePermutation(hoSection, (PetscObject)hocdm, depth, perm)); in DMPlexView_GLVis_ASCII()
/petsc/doc/manual/
H A Ddmplex.md225 Custom permutations can be set using `PetscSectionSetClosurePermutation()`.
/petsc/src/vec/is/section/interface/
H A Dsection.c3281 PetscErrorCode PetscSectionSetClosurePermutation(PetscSection section, PetscObject obj, PetscInt de… in PetscSectionSetClosurePermutation() function