underworld.function.branching module ==================================== The branching module provides functions which provide branching behaviour. Typically, these functions will select other user provided functions when certain conditions are met (with the condition also described by a function!). .. module:: underworld.function.branching Classes ~~~~~~~ .. autosummary:: :nosignatures: underworld.function.branching.conditional underworld.function.branching.map .. autoclass:: underworld.function.branching.conditional :members: :show-inheritance: .. autoclass:: underworld.function.branching.map :members: :show-inheritance: