mus_load_interpolate Subroutine

public subroutine mus_load_interpolate(me, conf, parent)

Read in the type of interpolation scheme

 interpolation_method = 'linear'               -- simple definition
 interpolation_method = {method ='debug', value = 1.} -- definition in a table

Arguments

Type IntentOptional 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