Searched refs:tsec (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 51 PetscSection sec, tsec, ogsec, olsec; in DMCreateDomainDecomposition_Plex() local 89 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)odm), &tsec)); in DMCreateDomainDecomposition_Plex() 91 PetscCall(PetscSFDistributeSection(migrationSF, sec, NULL, tsec)); in DMCreateDomainDecomposition_Plex() 93 PetscCall(PetscSectionCopy(sec, tsec)); in DMCreateDomainDecomposition_Plex() 95 PetscCall(DMSetLocalSection(dm, tsec)); in DMCreateDomainDecomposition_Plex() 96 PetscCall(PetscSectionDestroy(&tsec)); in DMCreateDomainDecomposition_Plex() 163 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)odm), &tsec)); in DMCreateDomainDecomposition_Plex() 164 PetscCall(DMPlexDistributeFieldIS(dm, migrationSF, sec, lis, tsec, &gis)); in DMCreateDomainDecomposition_Plex() 168 tsec = NULL; in DMCreateDomainDecomposition_Plex() 170 PetscCall(PetscSectionDestroy(&tsec)); in DMCreateDomainDecomposition_Plex() [all …]
|