Read in the type of interpolation scheme
interpolation_method = 'linear' -- simple definition
interpolation_method = {method ='debug', value = 1.} -- definition in a table
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_interpolation_config_type), | intent(out) | :: | me | interpolation type to load info to |
||
type(flu_state) | :: | conf | lua state to load from |
|||
integer, | intent(in), | optional | :: | parent | optional parent table to load from |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=32), | private | :: | localKey | ||||
integer, | private | :: | iError | ||||
integer, | private | :: | nEntries | ||||
integer, | private | :: | intp_handle |