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

TypeIntentOptionalAttributesName
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_table_close aot_table_close proc~getidentifychar->proc~aot_table_close interface~aot_get_val~3 aot_get_val proc~getidentifychar->interface~aot_get_val~3

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: identifyHandle
integer, private :: iError