Searched refs:cellPartSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1836 PetscSection cellPartSection; in DMPlexDistribute() local 1871 PetscCall(PetscSectionCreate(comm, &cellPartSection)); in DMPlexDistribute() 1872 PetscCall(PetscPartitionerDMPlexPartition(partitioner, dm, NULL, cellPartSection, &cellPart)); in DMPlexDistribute() 1885 PetscCall(PetscSectionGetChart(cellPartSection, &pStart, &pEnd)); in DMPlexDistribute() 1887 PetscCall(PetscSectionGetDof(cellPartSection, proc, &npoints)); in DMPlexDistribute() 1898 PetscCall(PetscSectionGetChart(cellPartSection, &pStart, &pEnd)); in DMPlexDistribute() 1900 PetscCall(PetscSectionGetDof(cellPartSection, proc, &npoints)); in DMPlexDistribute() 1902 PetscCall(PetscSectionGetOffset(cellPartSection, proc, &poff)); in DMPlexDistribute() 1962 PetscCall(PetscSectionDestroy(&cellPartSection)); in DMPlexDistribute()
|