DMSwarmSortGetSizes#
Gets the sizes associated with a DMSWARM point sorting context
Synopsis#
#include "petscdmda.h"      
#include "petscdmplex.h"    
#include "petscdmswarm.h"   
PetscErrorCode DMSwarmSortGetSizes(DM dm, PetscInt *ncells, PetscInt *npoints)
Not Collective
Input Parameter#
- dm - a - DMSWARMobject
Output Parameters#
- ncells - number of cells within the sort context (pass - NULLto ignore)
- npoints - number of points used to create the sort context (pass - NULLto ignore)
See Also#
Level#
advanced
Location#
src/dm/impls/swarm/swarmpic_sort.c
Index of all DMSwarm routines
Table of Contents for all manual pages
Index of all manual pages