Create an array which contains, in each location, the list of edges connected to the node corresponding to that location
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | N |
Number of edges |
||
integer, | intent(in) | :: | e_to_x(N) |
Array of nodes to which each edge is connected |
||
integer, | intent(in) | :: | xnum |
Total number of nodes |
||
type(TEdgeList), | intent(inout) | :: | x_to_e(xnum) |
Array of list of edges, one list for each node |