Searched refs:sectionDist (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 74 PetscSection gSection, sectionDist, gLocSection; in DMPlexCreateGlobalToNaturalSF() local 99 PetscCall(PetscSectionCreate(comm, §ionDist)); in DMPlexCreateGlobalToNaturalSF() 100 PetscCall(PetscSFDistributeSection(sfMigration, section, &remoteOffsets, sectionDist)); in DMPlexCreateGlobalToNaturalSF() 101 PetscCall(PetscObjectSetName((PetscObject)sectionDist, "Migrated Section")); in DMPlexCreateGlobalToNaturalSF() 102 if (debug) PetscCall(PetscSectionView(sectionDist, NULL)); in DMPlexCreateGlobalToNaturalSF() 103 PetscCall(DMSetLocalSection(dm, sectionDist)); in DMPlexCreateGlobalToNaturalSF() 105 PetscCall(PetscSectionGetStorageSize(sectionDist, &localSize)); in DMPlexCreateGlobalToNaturalSF() 148 …PetscCall(PetscSectionCreateGlobalSection(sectionDist, sf, PETSC_TRUE, PETSC_TRUE, PETSC_TRUE, &gL… in DMPlexCreateGlobalToNaturalSF() 164 PetscCall(PetscSectionDestroy(§ionDist)); in DMPlexCreateGlobalToNaturalSF()
|