plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
parse_fileRealArray
Function
MIT
25 statements
Source File
IOClass.f90
IOClass
parse_fileRealArray
Contents
public function parse_fileRealArray(name, row, col, num_col) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
name
integer(kind=int32),
intent(in)
::
row
(2)
integer(kind=int32),
intent(in)
::
col
(2)
integer(kind=int32),
intent(in)
::
num_col
Return Value
real(kind=real64), allocatable, (:,:)