This routine loads the attribute information from the config file.
\todo HK: subresolution should get its default from a color-specific setting and only needs to be read, if subelement_resolution > 0.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_attrList_type), | intent(inout) | :: | attrList | dynamic array of attribute type |
||
type(flu_State) | :: | conf | ||||
integer, | intent(in) | :: | thandle | |||
type(dyn_labelarray_type), | intent(in) | :: | subres_colors | List of colors which should by default use subelement resolution for their boundaries. |
||
integer, | intent(out) | :: | attr_pos |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iError | ||||
character(len=labelLen), | private | :: | attr_kind | ||||
integer, | private | :: | attr_handle | ||||
logical, | private | :: | wasAdded | ||||
logical, | private | :: | newuni | ||||
type(sdr_attribute_type), | private | :: | attribute | ||||
integer, | private | :: | uni_pos | ||||
logical, | private | :: | merged_cd | ||||
logical, | private | :: | defsub | ||||
integer, | private | :: | iDistRefine | ||||
integer, | private | :: | iBC | ||||
integer, | private | :: | iAttr | ||||
type(grw_intarray_type), | private | :: | prev_bcs |