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#
Level#
beginner
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages