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

Detailed Description

Stitch values along domain boundaries.

General subroutine for domain stitching Available stitching methods

  • Synchronize global vector using element ownership [0] (initialization)
  • Sum proc contributions [1] (stitching)

Public Member Functions

subroutine global_stitch_c8 (self, a, up_method)
 complex(c8) implementation of oft_global_stitch
subroutine global_stitch_r8 (self, a, up_method)
 real(r8) implementation of oft_global_stitch

Member Function/Subroutine Documentation

◆ global_stitch_c8()

subroutine global_stitch_c8 ( type(oft_seam), intent(inout) self,
complex(c8), dimension(:), intent(inout) a,
integer(i4), intent(in) up_method )

complex(c8) implementation of oft_global_stitch

Parameters
[in,out]selfSeam structure
[in]up_methodStitching method (0 or 1)
[in,out]aLocal data to be stitched

◆ global_stitch_r8()

subroutine global_stitch_r8 ( type(oft_seam), intent(inout) self,
real(r8), dimension(:), intent(inout) a,
integer(i4), intent(in) up_method )

real(r8) implementation of oft_global_stitch

Parameters
[in,out]selfSeam structure
[in]up_methodStitching method (0 or 1)
[in,out]aLocal data to be stitched

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