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

TypeIntentOptionalAttributesName
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.


Calls

proc~~sdr_subres_fills_load~~CallsGraph proc~sdr_subres_fills_load sdr_subres_fills_load interface~init~11 init proc~sdr_subres_fills_load->interface~init~11 proc~load_single_fill load_single_fill proc~sdr_subres_fills_load->proc~load_single_fill proc~aot_table_length aot_table_length proc~sdr_subres_fills_load->proc~aot_table_length proc~aot_table_open aot_table_open proc~sdr_subres_fills_load->proc~aot_table_open proc~load_single_fill->proc~aot_table_open proc~tem_abort tem_abort proc~load_single_fill->proc~tem_abort interface~aot_get_val aot_get_val proc~load_single_fill->interface~aot_get_val proc~aot_table_close aot_table_close proc~load_single_fill->proc~aot_table_close proc~sdr_subres_fills_add sdr_subres_fills_add proc~load_single_fill->proc~sdr_subres_fills_add interface~append~11 append proc~sdr_subres_fills_add->interface~append~11 proc~upper_to_lower upper_to_lower proc~sdr_subres_fills_add->proc~upper_to_lower

Called by

proc~~sdr_subres_fills_load~~CalledByGraph proc~sdr_subres_fills_load sdr_subres_fills_load proc~sdr_subresolution_load sdr_subresolution_load proc~sdr_subresolution_load->proc~sdr_subres_fills_load proc~sdr_load_config sdr_load_config proc~sdr_load_config->proc~sdr_subresolution_load program~seeder seeder program~seeder->proc~sdr_load_config

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, public :: thandle
integer, public :: nValues
integer, public :: iValue