The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
oft_metis_partmesh Interface Reference

Detailed Description

Parition a tetrahedral mesh using METIS.

Public Member Functions

subroutine oft_metis_partmesh (nc, np, ncp, lc, npart, cpart, info)
 

Constructor & Destructor Documentation

◆ oft_metis_partmesh()

subroutine oft_metis_partmesh ( integer(c_int), intent(in)  nc,
integer(c_int), intent(in)  np,
integer(c_int), intent(in)  ncp,
integer(c_int), dimension(ncp,nc), intent(inout)  lc,
integer(c_int), intent(in)  npart,
integer(c_int), dimension(npart), intent(inout)  cpart,
integer(c_int), intent(inout)  info 
)
Parameters
[in]ncNumber of cells
[in]npNumber of vertices
[in]ncpNumber of points per cell
[in,out]lcCell list [ncp,nc]
[in]npartNumber of partitions
[in,out]cpartPartition for each cell [nc]
[in,out]infoParition return status

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