atl_legpolyvar_load Subroutine

public subroutine atl_legpolyvar_load(L, parent, legpolyvar)

Load the definition of a Legendre polynomial variable from a Lua script.

Arguments

Type IntentOptional Attributes Name
type(flu_State) :: L

Lua script to load the polyvar definition from.

integer, intent(in) :: parent

Parent table in the Lua script to read the variable data from.

type(atl_legpolyvar_type), intent(out) :: legpolyvar

Resulting Legendre polynomial description to fill.


Calls

proc~~atl_legpolyvar_load~~CallsGraph proc~atl_legpolyvar_load atl_legpolyvar_load aot_get_val aot_get_val proc~atl_legpolyvar_load->aot_get_val tem_abort tem_abort proc~atl_legpolyvar_load->tem_abort

Called by

proc~~atl_legpolyvar_load~~CalledByGraph proc~atl_legpolyvar_load atl_legpolyvar_load proc~atl_varsys_load_user atl_varSys_load_user proc~atl_varsys_load_user->proc~atl_legpolyvar_load