|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
Stitch values along domain boundaries.
General subroutine for domain stitching Available stitching methods
Public Member Functions | |
| subroutine | global_stitch_c8 (self, a, up_method) |
| complex(c8) implementation of oft_stitching::oft_global_stitch | |
| subroutine | global_stitch_r8 (self, a, up_method) |
| real(r8) implementation of oft_stitching::oft_global_stitch | |
| 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_stitching::oft_global_stitch
| [in,out] | self | Seam structure |
| [in] | up_method | Stitching method (0 or 1) |
| [in,out] | a | Local data to be stitched |
| 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_stitching::oft_global_stitch
| [in,out] | self | Seam structure |
| [in] | up_method | Stitching method (0 or 1) |
| [in,out] | a | Local data to be stitched |