getGroupVarName Module Function

pure module function getGroupVarName(this, groupIndex) result(name)

Return evolved variable name for given group index - works only for groups that are not mixed

Arguments

Type IntentOptional Attributes Name
class(Model), intent(in) :: this
integer(kind=ik), intent(in) :: groupIndex

Return Value character(len=:), allocatable