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

Type IntentOptional Attributes Name
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.