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
create_vector Interface Reference

Detailed Description

Create a new vector by combining a set of vectors.

Parameters
[in,out]vecResulting vector
[in,out]stitch_infoArray of seam structures
[in,out]mapsMapping from sub-vectors into full vector
[in]nativeForce native representation

Public Member Functions

subroutine create_vector_comp (vec, stitch_info, maps, native)
 Complex implementation for create_vector.
 
subroutine create_vector_real (vec, stitch_info, maps, native)
 Real implementation for create_vector.
 

Member Function/Subroutine Documentation

◆ create_vector_comp()

subroutine create_vector_comp ( class(oft_cvector), intent(inout), pointer  vec,
type(seam_list), dimension(:), intent(inout)  stitch_info,
type(map_list), dimension(:), intent(inout)  maps,
logical, intent(in), optional  native 
)

Complex implementation for create_vector.

◆ create_vector_real()

subroutine create_vector_real ( class(oft_vector), intent(inout), pointer  vec,
type(seam_list), dimension(:), intent(inout)  stitch_info,
type(map_list), dimension(:), intent(inout)  maps,
logical, intent(in), optional  native 
)

Real implementation for create_vector.


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