Searched refs:sectionNew (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexreorder.c | 264 PetscSection section, sectionNew; in DMPlexPermute() local 267 PetscCall(PetscSectionPermute(section, perm, §ionNew)); in DMPlexPermute() 268 PetscCall(DMSetLocalSection(*pdm, sectionNew)); in DMPlexPermute() 269 PetscCall(PetscSectionDestroy(§ionNew)); in DMPlexPermute()
|
| H A D | plextree.c | 525 static PetscErrorCode AnchorsFlatten(PetscSection section, IS is, PetscSection *sectionNew, IS *isN… in AnchorsFlatten() argument 616 *sectionNew = NULL; in AnchorsFlatten()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 3090 PetscErrorCode PetscSectionPermute(PetscSection section, IS permutation, PetscSection *sectionNew) in PetscSectionPermute() argument 3099 PetscAssertPointer(sectionNew, 3); in PetscSectionPermute() 3154 *sectionNew = sNew; in PetscSectionPermute()
|