plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_Array_from_keyword
Function
MIT
36 statements
Source File
ArrayClass.f90
ArrayClass
to_Array_from_keyword
Contents
public function to_Array_from_keyword(keyword, ndim, dtype) result(array)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
keyword
integer(kind=int32),
intent(in)
::
ndim
character(len=*),
intent(in),
optional
::
dtype
Return Value
type(
Array_
)