Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddmi.c451 PetscSection supersection, *sections, *sectionGlobals; in DMCreateSectionSuperDM() local
468 PetscCall(PetscSectionCreateSupersection(sections, len, &supersection)); in DMCreateSectionSuperDM()
469 PetscCall(DMSetLocalSection(*superdm, supersection)); in DMCreateSectionSuperDM()
556 PetscCall(PetscSectionDestroy(&supersection)); in DMCreateSectionSuperDM()