PaStiX Handbook  6.3.2
graph_compute_kway.c File Reference
#include "common.h"
#include <spm.h>
#include "graph/graph.h"
#include "pastix/order.h"
#include <scotch.h>

Go to the source code of this file.

Functions

Graph manipulation subroutines
int graphComputeKway (const pastix_graph_t *graph, pastix_order_t *order, pastix_int_t *peritab, pastix_int_t *comp_nbr, pastix_int_t *comp_sze, pastix_int_t *comp_vtx, pastix_int_t comp_id, pastix_int_t nbpart)
 Compute the K-way partition of a given set of unknowns. More...
 

Detailed Description

PaStiX routines to compute kway on a given supernode

Version
6.3.2
Author
Gregoire Pichon
Mathieu Faverge
Tony Delarue
Date
2023-07-21

Definition in file graph_compute_kway.c.