Home
last modified time | relevance | path

Searched refs:sectionNew (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexreorder.c264 PetscSection section, sectionNew; in DMPlexPermute() local
267 PetscCall(PetscSectionPermute(section, perm, &sectionNew)); in DMPlexPermute()
268 PetscCall(DMSetLocalSection(*pdm, sectionNew)); in DMPlexPermute()
269 PetscCall(PetscSectionDestroy(&sectionNew)); in DMPlexPermute()
H A Dplextree.c525 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 Dsection.c3090 PetscErrorCode PetscSectionPermute(PetscSection section, IS permutation, PetscSection *sectionNew) in PetscSectionPermute() argument
3099 PetscAssertPointer(sectionNew, 3); in PetscSectionPermute()
3154 *sectionNew = sNew; in PetscSectionPermute()