plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
selectRow
Function
MIT
10 statements
Source File
FEMDomainClass.f90
FEMDomainClass
selectRow
Contents
public pure function selectRow(Matrix, RowIDs) result(SelectedRows)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
Matrix
(:,:)
integer(kind=int32),
intent(in)
::
RowIDs
(:)
Return Value
real(kind=real64), allocatable, (:,:)