MatPartitioningViewFromOptions#
View a partitioning context from the options database
Synopsis#
#include "petscmat.h"
PetscErrorCode MatPartitioningViewFromOptions(MatPartitioning A, PetscObject obj, const char name[])
Collective
Input Parameters#
A - the partitioning context
obj - Optional object that provides the prefix used in the options database check
name - command line option
Options Database Key#
-name [viewertype][:…] - option name and values. See
PetscObjectViewFromOptions()for the possible arguments
See Also#
Matrices, Mat, MatPartitioning, MatPartitioningView(), PetscObjectViewFromOptions(), MatPartitioningCreate()
Level#
intermediate
Location#
src/mat/graphops/partition/partition.c
Index of all MatGraphOperations routines
Table of Contents for all manual pages
Index of all manual pages