Returns the get_point and get_element pointer according to the requested evaluation type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | evaltype | |||
integer, | intent(in) | :: | nComp | |||
procedure(tem_varSys_proc_point), | intent(out), | pointer | :: | get_point | The function pointer to the get_point subroutine for the given operation. |
|
procedure(tem_varSys_proc_element), | intent(out), | pointer | :: | get_element | The function pointer to the get_element subroutine for the given operation. |
|
procedure(tem_varSys_proc_getValOfIndex), | intent(out), | pointer | :: | get_valOfIndex | The function pointer to the get_valOfIndex subroutine for the given operation. |