Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1968 PetscSection psection; in DMPlexDistribute() local
1969 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &psection)); in DMPlexDistribute()
1970 PetscCall(PetscSFDistributeSection(sfMigration, dm->localSection, NULL, psection)); in DMPlexDistribute()
1971 PetscCall(DMSetLocalSection(*dmParallel, psection)); in DMPlexDistribute()
1972 PetscCall(PetscSectionDestroy(&psection)); in DMPlexDistribute()