Searched refs:DMPlexCreatePartitionerGraph (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 503 PetscErrorCode DMPlexCreatePartitionerGraph(DM dm, PetscInt height, PetscInt *numVertices, PetscInt… in DMPlexCreatePartitionerGraph() function 781 …PetscCall(DMPlexCreatePartitionerGraph(dm, part->height, &numVertices, &start, &adjacency, &global… in PetscPartitionerDMPlexPartition()
|
| H A D | plex.c | 1559 PetscCall(DMPlexCreatePartitionerGraph(dm, cellHeight, &numVertices, &start, &adjacency, &gid)); in DMPlexView_Ascii()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 259 PETSC_EXTERN PetscErrorCode DMPlexCreatePartitionerGraph(DM, PetscInt, PetscInt *, PetscInt **, Pet…
|