Enum OutputUpdateType#

Enum Documentation#

enum class Karana::Models::OutputUpdateType#

Enum for to track where a KModel output was updated

Values:

enumerator PRE_HOP#

Output was updated before the hop.

enumerator PRE_DERIV#

Output was updated before the derivative call but post-hop start.

enumerator POST_DERIV#

Output was updated after the derivative call.

enumerator POST_HOP#

Output was updated at the end of the hop.