plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_array_from_file
Function
MIT
12 statements
Source File
ArrayClass.f90
ArrayClass
to_array_from_file
Contents
public function to_array_from_file(filename, array_shape) result(real_array)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
filename
integer(kind=int32),
intent(in)
::
array_shape
(1:2)
Return Value
real(kind=real64), allocatable, (:,:)