isStationary Module Function

pure module function isStationary(this, name) result(stationary)

Check whether variable with given name is stationary

Arguments

Type IntentOptional Attributes Name
class(VariableContainer), intent(in) :: this
character(len=*), intent(in) :: name

Return Value logical