#include "petscdmplex.h" PetscErrorCode PetscPartitionerPartition(PetscPartitioner part, DM dm, PetscSection partSection, IS *partition)Collective on DM
part | - The PetscPartitioner | |
dm | - The mesh DM |
partSection | - The PetscSection giving the division of points by partition | |
partition | - The list of points by partition |
Note: Instead of cells, points at a given height can be partitioned by calling PetscPartitionerSetPointHeight()
Level:developer
Location:src/dm/impls/plex/plexpartition.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages