tem_create_varMap Subroutine

public subroutine tem_create_varMap(varName, varSys, varMap)

Creates a variable map. Therefore it looks for the variables stored in varname in the varSys. If found, the name and the corresponding position in the varSys is added to the resultung varMap.

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: varName(:)

array of variable labels

type(tem_varSys_type), intent(in) :: varSys

variable system to look for varName

type(tem_varMap_type), intent(out) :: varMap

Contains position of varname in given varSys


Calls

proc~~tem_create_varmap~~CallsGraph proc~tem_create_varmap tem_create_varMap interface~init~20 init proc~tem_create_varmap->interface~init~20 interface~positionofval~4 positionofval proc~tem_create_varmap->interface~positionofval~4 interface~truncate~15 truncate proc~tem_create_varmap->interface~truncate~15 interface~append~24 append proc~tem_create_varmap->interface~append~24 proc~init_da_label init_da_label interface~init~20->proc~init_da_label proc~posofval_label posofval_label interface~positionofval~4->proc~posofval_label proc~truncate_da_label truncate_da_label interface~truncate~15->proc~truncate_da_label proc~append_ga_stringkeyvaluepair append_ga_stringkeyvaluepair interface~append~24->proc~append_ga_stringkeyvaluepair proc~append_ga_stringkeyvaluepair_vec append_ga_stringkeyvaluepair_vec interface~append~24->proc~append_ga_stringkeyvaluepair_vec interface~expand~21 expand proc~append_ga_stringkeyvaluepair->interface~expand~21 interface~sortedposofval~4 sortedposofval proc~posofval_label->interface~sortedposofval~4 proc~append_ga_stringkeyvaluepair_vec->interface~expand~21 proc~expand_ga_stringkeyvaluepair expand_ga_stringkeyvaluepair interface~expand~21->proc~expand_ga_stringkeyvaluepair proc~sortposofval_label sortposofval_label interface~sortedposofval~4->proc~sortposofval_label

Called by

proc~~tem_create_varmap~~CalledByGraph proc~tem_create_varmap tem_create_varMap proc~tem_init_tracker tem_init_tracker proc~tem_init_tracker->proc~tem_create_varmap proc~hvs_output_init hvs_output_init proc~tem_init_tracker->proc~hvs_output_init proc~hvs_output_init->proc~tem_create_varmap proc~tem_init_convergence tem_init_convergence proc~tem_init_convergence->proc~tem_create_varmap proc~tem_opvar_reduction_transient_init tem_opVar_reduction_transient_init proc~tem_opvar_reduction_transient_init->proc~tem_create_varmap proc~tem_init_depend tem_init_depend proc~tem_init_depend->proc~tem_create_varmap

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, public :: varPos
integer, public :: iVar