plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getif
Interface
MIT
3 statements
Source File
ArrayClass.f90
ArrayClass
getif
Contents
Module Procedures
getifreal
getifrealvec
public interface getif
Module Procedures
public function
getifReal
(Array, Value) result(list)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
Array
(:,:)
real(kind=real64),
intent(in)
::
Value
Return Value
integer(kind=int32), allocatable, (:,:)
public function
getifRealVec
(Array, Value) result(list)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
Array
(:)
real(kind=real64),
intent(in)
::
Value
Return Value
integer(kind=int32), allocatable, (:)