copyNamedVarsToVec Module Subroutine

module subroutine copyNamedVarsToVec(this, vec, names)

Copy variables into locally indexed vector by name

Arguments

Type IntentOptional Attributes Name
class(VariableContainer), intent(inout) :: this
real(kind=rk), intent(inout), allocatable, dimension(:) :: vec
type(StringArray), intent(in), dimension(:) :: names