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.