getVariable_FromTable Function

public function getVariable_FromTable(conf, varLabel, table) result(val)

Get the value of variable inside the table name 'key' in scheme @note Todo extent it for vectors

Arguments

Type IntentOptional Attributes Name
type(flu_State), intent(in) :: conf

handle of the solver specific character

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

complete variable label

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

table name

Return Value real(kind=rk)

val to be returned


Calls

proc~~getvariable_fromtable~~CallsGraph proc~getvariable_fromtable getVariable_FromTable aot_get_val aot_get_val proc~getvariable_fromtable->aot_get_val aot_table_close aot_table_close proc~getvariable_fromtable->aot_table_close aot_table_open aot_table_open proc~getvariable_fromtable->aot_table_open