Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexnatural.c211 PetscSection oldLocalSection, newLocalSection; in DMPlexMigrateGlobalToNaturalSF() local
218 PetscCall(PetscSectionCreate(comm, &newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
219 PetscCall(PetscSFDistributeSection(sfMigration, oldLocalSection, NULL, newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
220 PetscCall(DMSetLocalSection(dmNew, newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
223 …PetscCall(PetscSectionCreateGlobalSection(newLocalSection, pointSF, PETSC_TRUE, PETSC_TRUE, PETSC_… in DMPlexMigrateGlobalToNaturalSF()
229 PetscCall(PetscObjectSetName((PetscObject)newLocalSection, "New Local Section")); in DMPlexMigrateGlobalToNaturalSF()
230 if (debug) PetscCall(PetscSectionView(newLocalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF()
233 PetscCall(PetscSectionDestroy(&newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()