The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
mesh_global.F90 File Reference
#include "local.h"

Modules

module  oft_mesh_global
 MPI constructs and subroutines for global operations.

Functions/Subroutines

subroutine bmesh_global_init (self)
 Driver for global mesh initialization.
subroutine bmesh_global_link (self, parent)
 Driver for global seam linkage construction.
subroutine elinkage_from_parent (self, parent)
 Construct processor to processor edge linkage for stitching operations.
subroutine mesh_global_decomp (self, part_meth)
 Perform mesh decomposition and local construction.
subroutine mesh_global_elinkage (self)
 Construct processor to processor edge linkage for stitching operations.
subroutine mesh_global_flinkage (self)
 Construct processor to processor face linkage for stitching operations.
subroutine mesh_global_init (self)
 Driver for global mesh initialization.
subroutine mesh_global_link (self)
 Driver for global seam linkage construction.
subroutine mesh_global_partition (self, meshpart, part_meth)
 Perform mesh decomposition (METIS) and local construction.
subroutine mesh_global_plinkage (self)
 Construct processor to processor point linkage for stitching operations.
subroutine mesh_global_proccon (self, lptmp, np)
 Determine neighboring processors for MPI linkage.
subroutine mesh_global_sync (self)
 Scatters base mesh information to all processors.
subroutine plinkage_from_parent (self, parent)
 Construct processor to processor point linkage for stitching operations.
subroutine smesh_global_init (self)
 Driver for global mesh initialization.