-
enum FixedTimeIncrementMethod {
ABQ_FTI_ELEMENT_BY_ELEMENT, ABQ_FTI_USER_DEFINED
} -
Time increment methods for fixed time incrementation.
These values are used to specify the FixedTimeIncrementMethod for .- Values:
-
- ABQ_FTI_ELEMENT_BY_ELEMENT
- Calculate the fixed time increment via the element-by-element time estimator. dd>
- ABQ_FTI_USER_DEFINED
- Use the user supplied fixed time increment value. dd>