isTrueEverywhere Module Function

module function isTrueEverywhere(this, input) result(isTrue)

Return true if input is true on every processor using the MPI controller of the modeller

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(inout) :: this
logical, intent(inout) :: input

Return Value logical