sdr_subres_fills_add Subroutine

public subroutine sdr_subres_fills_add(fills, colorname, fill_value, void_value, pos, wasAdded)

Add a value definition for a color to the list of fillings.

Arguments

TypeIntentOptionalAttributesName
type(sdr_subres_fills_type), intent(inout) :: fills

Table of color values to add a color definition to.

character(len=*), intent(in) :: colorname

Name of the color to define values for.

real(kind=rk), intent(in) :: fill_value

Value to use, where the domain is flooded by color.

real(kind=rk), intent(in) :: void_value

Value to use, where the domain is NOT flooded by color.

integer, intent(out) :: pos

Position of this color in the list of color values.

logical, intent(out) :: wasAdded

Indicator, if this value definition was added to the list.


Calls

proc~~sdr_subres_fills_add~~CallsGraph proc~sdr_subres_fills_add 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_add~~CalledByGraph proc~sdr_subres_fills_add sdr_subres_fills_add proc~load_single_fill load_single_fill proc~load_single_fill->proc~sdr_subres_fills_add proc~sdr_subresolution_encolor sdr_subresolution_encolor proc~sdr_subresolution_encolor->proc~sdr_subres_fills_add proc~sdr_subres_fills_load sdr_subres_fills_load proc~sdr_subres_fills_load->proc~load_single_fill proc~sdr_load_config sdr_load_config proc~sdr_load_config->proc~sdr_subresolution_encolor proc~sdr_subresolution_load sdr_subresolution_load proc~sdr_load_config->proc~sdr_subresolution_load proc~sdr_subresolution_load->proc~sdr_subres_fills_load program~seeder seeder program~seeder->proc~sdr_load_config

Contents

None