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 vairable 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. |