Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
selectRow
Function
MIT
10 statements
Source File
FEMDomainClass.f90
FEMDomainClass
selectRow
Contents
None
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,(:,:)
Contents
None