getIdentifyChar Function

public function getIdentifyChar(conf, key) result(resChar)

Get a character from the identify table using a given solver specific character handle and a given key word.

Arguments

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

handle of the solver specific character

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

key to search for

Return Value character(len=labelLen)

scheme kind to be returned


Calls

proc~~getidentifychar~~CallsGraph proc~getidentifychar getIdentifyChar proc~aot_table_open aot_table_open proc~getidentifychar->proc~aot_table_open proc~aot_get_val~2 aot_get_val proc~getidentifychar->proc~aot_get_val~2 proc~aot_table_close aot_table_close proc~getidentifychar->proc~aot_table_close

Contents