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 |