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