Lines Matching refs:zmethod

92 ErrorCode ZoltanPartitioner::balance_mesh(const char *zmethod,  in balance_mesh()  argument
97 if (!strcmp(zmethod, "RR") && !strcmp(zmethod, "RCB") && !strcmp(zmethod, "RIB") && in balance_mesh()
98 !strcmp(zmethod, "HSFC") && !strcmp(zmethod, "Hypergraph") && in balance_mesh()
99 !strcmp(zmethod, "PHG") && !strcmp(zmethod, "PARMETIS") && in balance_mesh()
100 !strcmp(zmethod, "OCTPART")) in balance_mesh()
135 if (NULL == zmethod || !strcmp(zmethod, "RCB")) in balance_mesh()
137 else if (!strcmp(zmethod, "RIB")) in balance_mesh()
139 else if (!strcmp(zmethod, "HSFC")) in balance_mesh()
141 else if (!strcmp(zmethod, "Hypergraph") || !strcmp(zmethod, "PHG")) in balance_mesh()
146 else if (!strcmp(zmethod, "PARMETIS")) { in balance_mesh()
152 else if (!strcmp(zmethod, "OCTPART")) { in balance_mesh()
236 const char * zmethod, Range & localGIDs) in repartition() argument
275 if (NULL == zmethod || !strcmp(zmethod, "RCB")) in repartition()
277 else if (!strcmp(zmethod, "RIB")) in repartition()
279 else if (!strcmp(zmethod, "HSFC")) in repartition()
314 std::cout << "Computing partition using " << (zmethod ? zmethod : "RCB") << in repartition()
351 const char *zmethod, in partition_mesh_and_geometry() argument
375 …if (NULL != zmethod && strcmp(zmethod, "RR") && strcmp(zmethod, "RCB") && strcmp(zmethod, "RIB") && in partition_mesh_and_geometry()
376 strcmp(zmethod, "HSFC") && strcmp(zmethod, "Hypergraph") && in partition_mesh_and_geometry()
377 strcmp(zmethod, "PHG") && strcmp(zmethod, "PARMETIS") && in partition_mesh_and_geometry()
378 strcmp(zmethod, "OCTPART")) in partition_mesh_and_geometry()
387 if ( 0== strcmp(zmethod, "RR") || 0== strcmp(zmethod, "RCB") || 0== strcmp(zmethod, "RIB") in partition_mesh_and_geometry()
388 || 0==strcmp(zmethod, "HSFC") ) in partition_mesh_and_geometry()
404 if (!strcmp(zmethod, "RR")) { in partition_mesh_and_geometry()
497 if (NULL == zmethod || !strcmp(zmethod, "RCB")) in partition_mesh_and_geometry()
499 else if (!strcmp(zmethod, "RIB")) in partition_mesh_and_geometry()
501 else if (!strcmp(zmethod, "HSFC")) in partition_mesh_and_geometry()
503 else if (!strcmp(zmethod, "Hypergraph") || !strcmp(zmethod, "PHG")) { in partition_mesh_and_geometry()
515 else if (!strcmp(zmethod, "PARMETIS")) { in partition_mesh_and_geometry()
521 else if (!strcmp(zmethod, "OCTPART")) { in partition_mesh_and_geometry()
576 std::cout << "Computing partition using " << (zmethod ? zmethod : "RCB") << in partition_mesh_and_geometry()