AutoTimeIncrementMethod (Enumeration)

enum AutoTimeIncrementMethod {
  ABQ_ATI_GLOBAL,
  ABQ_ATI_ELEMENT_BY_ELEMENT
}
Time increment estimator methods for automatic time incrementation.
These values are used to specify the AutoTimeIncrementMethod for .
Values:
ABQ_ATI_GLOBAL
Use the global time estimator.
ABQ_ATI_ELEMENT_BY_ELEMENT
Use the element-by-element stable time estimator.