sdr_subresolution_load Subroutine

public subroutine sdr_subresolution_load(subres, conf, parent)

Loading the settings for the subresolution in the mesh.

Arguments

Type IntentOptional Attributes Name
type(sdr_subresolution_type), intent(out) :: subres

The subresolution data structure to fill.

type(flu_State) :: conf

Handle to the Lua configuration script.

integer, intent(in), optional :: parent

Handle to a possible parent table.