isVarStationary Module Function

pure module function isVarStationary(this, ind) result(stat)

Check whether variable with given index is stationary

Arguments

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

Return Value logical