PetscPartitionerView#
Views a PetscPartitioner
Synopsis#
#include "petscpartitioner.h"
PetscErrorCode PetscPartitionerView(PetscPartitioner part, PetscViewer v)
Collective
Input Parameters#
part - the
PetscPartitioner
object to viewv - the viewer
See Also#
Level#
developer
Location#
Implementations#
PetscPartitionerView_Chaco in src/dm/partitioner/impls/chaco/partchaco.c
PetscPartitionerView_Gather in src/dm/partitioner/impls/gather/partgather.c
PetscPartitionerView_MatPartitioning in src/dm/partitioner/impls/matpart/partmatpart.c
PetscPartitionerView_ParMetis in src/dm/partitioner/impls/parmetis/partparmetis.c
PetscPartitionerView_PTScotch in src/dm/partitioner/impls/ptscotch/partptscotch.c
PetscPartitionerView_Shell in src/dm/partitioner/impls/shell/partshell.c
PetscPartitionerView_Simple in src/dm/partitioner/impls/simple/partsimple.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages