galileo1972
Technical User
hello,
i need really help !!!
i have implemented a filter, this reads a data file from a Mesh generator and finding of every node its neighbours (3 dimensional). This was difficult enough. But now i get a list of nodes with its neighbours, but some neigbours appears twice or more. For example following list.
Node neighbours
1 3 5 6
1 2 3 5
1 6 3 2
1 3 5 2
2 8 7 5
2 7 5 11
2 11 7 12
2 13 8 7
2 5 12 13
2 5 8 12
I need this list:
1 3 5 6 2
2 8 7 5 11 13 12
and so on.
can someone help me please !!!
thanx in advance
galileo
i need really help !!!
i have implemented a filter, this reads a data file from a Mesh generator and finding of every node its neighbours (3 dimensional). This was difficult enough. But now i get a list of nodes with its neighbours, but some neigbours appears twice or more. For example following list.
Node neighbours
1 3 5 6
1 2 3 5
1 6 3 2
1 3 5 2
2 8 7 5
2 7 5 11
2 11 7 12
2 13 8 7
2 5 12 13
2 5 8 12
I need this list:
1 3 5 6 2
2 8 7 5 11 13 12
and so on.
can someone help me please !!!
thanx in advance
galileo