eulerian_set_GetIndex Function

private function eulerian_set_GetIndex(this, name) result(val)

Returns the index of an Eulerian_obj contained in this%fields given its name.

Type Bound

eulerian_set

Arguments

Type IntentOptional Attributes Name
class(eulerian_set), intent(inout) :: this

A collection of Eulerian objects

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

Name of the field

Return Value integer


Calls

proc~~eulerian_set_getindex~~CallsGraph proc~eulerian_set_getindex eulerian_set%eulerian_set_GetIndex proc~hashtbl_obj_get hashtbl_obj%hashtbl_obj_Get proc~eulerian_set_getindex->proc~hashtbl_obj_get proc~hashtbl_obj_hashstring hashtbl_obj%hashtbl_obj_HashString proc~eulerian_set_getindex->proc~hashtbl_obj_hashstring proc~sllist_obj_get sllist_obj%sllist_obj_Get proc~hashtbl_obj_get->proc~sllist_obj_get proc~sllist_obj_get->proc~sllist_obj_get

Called by

proc~~eulerian_set_getindex~~CalledByGraph proc~eulerian_set_getindex eulerian_set%eulerian_set_GetIndex proc~eulerian_set_read eulerian_set%eulerian_set_Read proc~eulerian_set_read->proc~eulerian_set_getindex proc~eulerian_set_write eulerian_set%eulerian_set_Write proc~eulerian_set_write->proc~eulerian_set_getindex proc~eulerian_set_writesilo eulerian_set%eulerian_set_WriteSilo proc~eulerian_set_writesilo->proc~eulerian_set_getindex