plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_Array_real64_vector_3
Function
MIT
16 statements
Source File
ArrayClass.f90
ArrayClass
to_Array_real64_vector_3
Contents
public function to_Array_real64_vector_3(real64_vector, real64_vector2, real64_vector3, dtype) result(ret_array)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
real64_vector
(:)
real(kind=real64),
intent(in)
::
real64_vector2
(:)
real(kind=real64),
intent(in)
::
real64_vector3
(:)
character(len=*),
intent(in),
optional
::
dtype
Return Value
type(
Array_
)