Method to load user defined variables from the configuration.
This adds the possibility to load ateles specific variable types.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State) | :: | L | Lua script to load the variable data from. |
|||
integer, | intent(in) | :: | parent | Parent table in the Lua script to read the variable from. |
||
type(c_ptr), | intent(out) | :: | specifics | Data to read for the solver specific variable |
||
procedure(tem_append_solverVar_method), | pointer | :: | appender | Function pointer to use for appending the solver variable. |
||
integer, | intent(out) | :: | iError | Indication whether the attempted reading was successful. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(atl_varSys_solverVar_type), | private, | pointer | :: | user_var |