Searched refs:psection (Results 1 – 1 of 1) sorted by relevance
1968 PetscSection psection; in DMPlexDistribute() local1969 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()