plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
appendMatrixInt32
Function
MIT
15 statements
Source File
ArrayClass.f90
ArrayClass
appendMatrixInt32
Contents
public pure function appendMatrixInt32(mat1, mat2) result(mat12)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
mat1
(:,:)
integer(kind=int32),
intent(in)
::
mat2
(:,:)
Return Value
integer(kind=int32), allocatable, (:,:)