get_node_degree Function

private function get_node_degree(self, i) result(deg)

Type Bound

type_node_adjacency

Arguments

Type IntentOptional Attributes Name
class(type_node_adjacency), intent(in) :: self
integer(kind=int32), intent(in) :: i

Return Value integer(kind=int32)


Called by

proc~~get_node_degree~~CalledByGraph proc~get_node_degree type_node_adjacency%get_node_degree proc~cm_reorder_method cm_reorder_method proc~cm_reorder_method->proc~get_node_degree proc~rcm_reorder_method rcm_reorder_method proc~rcm_reorder_method->proc~get_node_degree interface~cm_reorder_method type_reordering%cm_reorder_method interface~cm_reorder_method->proc~cm_reorder_method interface~rcm_reorder_method type_reordering%rcm_reorder_method interface~rcm_reorder_method->proc~rcm_reorder_method proc~initialize_type_reordering type_reordering%initialize_type_reordering proc~initialize_type_reordering->interface~cm_reorder_method proc~initialize_type_reordering->interface~rcm_reorder_method