Searched refs:newConeSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1105 PetscSection originalConeSection, newConeSection; in DMPlexDistributeCones() local 1116 PetscCall(DMPlexGetConeSection(dmParallel, &newConeSection)); in DMPlexDistributeCones() 1117 …scCall(PetscSFDistributeSection(migrationSF, originalConeSection, &remoteOffsets, newConeSection)); in DMPlexDistributeCones() 1120 …PetscCall(PetscSFCreateSectionSF(migrationSF, originalConeSection, remoteOffsets, newConeSection, … in DMPlexDistributeCones() 1136 PetscCall(PetscSectionGetStorageSize(newConeSection, &newConesSize)); in DMPlexDistributeCones() 1154 PetscCall(PetscSectionView(newConeSection, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistributeCones()
|