petsc-3.14.6 2021-03-30
Report Typos and Errors

PetscPartitionerView

Views a PetscPartitioner

Synopsis

#include "petscpartitioner.h" 
PetscErrorCode PetscPartitionerView(PetscPartitioner part, PetscViewer v)
Collective on PetscPartitioner

Input Parameter

part - the PetscPartitioner object to view
v - the viewer

See Also

PetscPartitionerDestroy()

Level

developer

Location

src/dm/partitioner/interface/partitioner.c

Implementations

PetscPartitionerView_Chaco_ASCII in src/dm/partitioner/impls/chaco/partchaco.c
PetscPartitionerView_Chaco in src/dm/partitioner/impls/chaco/partchaco.c
PetscPartitionerView_Gather_ASCII in src/dm/partitioner/impls/gather/partgather.c
PetscPartitionerView_Gather in src/dm/partitioner/impls/gather/partgather.c
PetscPartitionerView_MatPartitioning_ASCII in src/dm/partitioner/impls/matpart/partmatpart.c
PetscPartitionerView_MatPartitioning in src/dm/partitioner/impls/matpart/partmatpart.c
PetscPartitionerView_ParMetis_ASCII in src/dm/partitioner/impls/parmetis/partparmetis.c
PetscPartitionerView_ParMetis in src/dm/partitioner/impls/parmetis/partparmetis.c
PetscPartitionerView_PTScotch_ASCII in src/dm/partitioner/impls/ptscotch/partptscotch.c
PetscPartitionerView_PTScotch in src/dm/partitioner/impls/ptscotch/partptscotch.c
PetscPartitionerView_Shell_ASCII in src/dm/partitioner/impls/shell/partshell.c
PetscPartitionerView_Shell in src/dm/partitioner/impls/shell/partshell.c
PetscPartitionerView_Simple_ASCII in src/dm/partitioner/impls/simple/partsimple.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