Define new abortCriteria.
A new abortCriteria object will be filled according to the parameters passed into the function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in), | optional | :: | stop_file | Name of the stop file to react on. Default=''. Any non-empty string activates this criterion. |
|
logical, | intent(in), | optional | :: | steady_state | Flag to indicate if the simulation should stop upon reaching a steady state. What a steady state exactly is has to be defined in the solver. Default: .false. |
A new variable of abortCriteria filled with the values provided as arguments.