The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Create a new vector by combining a set of vectors.
[in,out] | vec | Resulting vector |
[in,out] | stitch_info | Array of seam structures |
[in,out] | maps | Mapping from sub-vectors into full vector |
[in] | native | Force 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. | |
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.
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.