13 #ifndef MTMETIS_CHECK_H 14 #define MTMETIS_CHECK_H 33 #define check_kwinfo MTMETIS_check_kwinfo 46 pid_type
const *
const * where);
49 #define check_vsinfo MTMETIS_check_vsinfo 62 pid_type
const *
const * where);
65 #define check_esinfo MTMETIS_check_esinfo 78 pid_type
const *
const * where);
81 #define check_graph MTMETIS_check_graph 93 #define check_kwbnd MTMETIS_check_kwbnd 102 vtx_iset_t
const * bnd,
107 #define check_vsbnd MTMETIS_check_vsbnd 116 vtx_iset_t
const * bnd,
120 #define check_esbnd MTMETIS_check_esbnd 129 vtx_iset_t
const * bnd,
135 #define check_separator MTMETIS_check_separator 145 pid_type
const *
const * gwhere);
int check_vsinfo(vsinfo_type const *vsinfo, graph_type const *graph, pid_type const *const *where)
Perform a sanity check on vertex separator refinement information.
Definition: check.c:177
int check_vsbnd(vtx_iset_t const *bnd, graph_type const *graph)
Check the sanity of a boundary for a vertex separator.
Definition: check.c:469
int check_kwbnd(vtx_iset_t const *bnd, graph_type const *graph, int greedy)
Check the sanity of a boundary for kway greedy partitionings.
Definition: check.c:412
int check_esbnd(vtx_iset_t const *bnd, graph_type const *graph)
Check the sanity of a boundary for an edge separator.
Definition: check.c:499
int check_kwinfo(kwinfo_type const *kwinfo, graph_type const *graph, pid_type const *const *where)
Perform a sanity check on k-way refinement information.
Definition: check.c:30
int check_esinfo(esinfo_type const *esinfo, graph_type const *graph, pid_type const *const *where)
Perform a sanity check on edge separator refinement information.
Definition: check.c:249
Types and functions for distributed graph objects.
int check_graph(graph_type const *graph)
Check the sanity of a graph structure.
Definition: check.c:303
int check_separator(graph_type const *graph, pid_type const *const *gwhere)
Check the sanity of a vertex separator.
Definition: check.c:561
Types and function for uncoarsening information.
Types and function prototypes for edge separator refinement information.
Tupes and function prototypes for vertex separator info.