load_aborts Abstract Interface

abstract interface
private subroutine load_aborts(me, conf, abort_table)

Arguments

TypeIntentOptionalAttributesName
class(tem_solverAborts_type), intent(inout) :: me

The solver specific type to hold additional abort parameters.

type(flu_state), intent(in) :: conf

Handle to Lua configuration file to load parameters from.

integer, intent(in) :: abort_table

Handle to the abort criteria table to read from.

Description

Loading additional parameters for solver specific abort criteria from the configuration file.