The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
oft_metis_partgraph Interface Reference

Detailed Description

Parition CRS graph using METIS.

Public Member Functions

subroutine oft_metis_partgraph (nr, nnz, kr, lc, npart, part, type, info)

Constructor & Destructor Documentation

◆ oft_metis_partgraph()

subroutine oft_metis_partgraph ( integer(c_int), intent(in) nr,
integer(c_int), intent(in) nnz,
integer(c_int), dimension(nr+1), intent(inout) kr,
integer(c_int), dimension(nnz), intent(inout) lc,
integer(c_int), intent(in) npart,
integer(c_int), dimension(npart), intent(inout) part,
integer(c_int), intent(in) type,
integer(c_int), intent(inout) info )
Parameters
[in]nrNumber of rows
[in]nnzNumber of non-zeros
[in,out]krRow pointer into lc [nr+1]
[in,out]lcColumn indices in CRS format [nnz]
[in]npartNumber of partitions
[in,out]partPartition for each row [n]
[in]typeType of partitioning to use (1->ML_Recursive,2->ML_KWay)
[in,out]infoParition return status

The documentation for this interface was generated from the following file: