MatMeshToCellGraphType#

String with the name of registered algorithm that computes a cell graph from a mesh (graph containing the coupling of vertices) representation.

Synopsis#

typedef const char *MatMeshToCellGraphType;
#define MATMESHTOCELLGRAPHMETIS    "metis"
#define MATMESHTOCELLGRAPHPARMETIS "parmetis"

Options Database Key#

  • -mat_mesh_to_cell_graph_type (parmetis|metis) - the conversion package to use; default is ParMETIS if available, otherwise METIS

See Also#

Mat, MatMeshToCellGraph(), MatMeshToCellGraphRegister()

Level#

beginner

Location#

include/petscmat.h


Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages