Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexnatural.c74 PetscSection gSection, sectionDist, gLocSection; in DMPlexCreateGlobalToNaturalSF() local
148 …etscSectionCreateGlobalSection(sectionDist, sf, PETSC_TRUE, PETSC_TRUE, PETSC_TRUE, &gLocSection)); in DMPlexCreateGlobalToNaturalSF()
149 PetscCall(PetscSFCreateSectionSF(sfEmbed, section, remoteOffsets, gLocSection, &sfField)); in DMPlexCreateGlobalToNaturalSF()
151 PetscCall(PetscSectionDestroy(&gLocSection)); in DMPlexCreateGlobalToNaturalSF()