sdr_subres_fills_load Subroutine

public subroutine sdr_subres_fills_load(fills, conf, parent)

Load the filling definition for subresolved colors.

A filling is defined by a value for the area where the domain is flooded by the color specified in the label and a value for the remaining part of the domain without flooding.

The filling information has to be provided as a list of tables in the following form within the subresolution definition: \code{.lua} values = { { label = 'colA', fill = 1.0, void = 0.0 }, { label = 'colB', fill = 9.0, void = 0.1 } } \endcode Defaults are: fill=1.0, void=0.0.

Arguments

Type IntentOptional Attributes Name
type(sdr_subres_fills_type), intent(out) :: fills

Value definitions for individual colors.

type(flu_State) :: conf

Handle for the Lua script.

integer, intent(in) :: parent

Parent table, within which to open the fills table.