Is it possible to arrange areas in an array parameter based on location so that adjacent areas are next to each other in an array. Currently the array sorts them in ascending order, which is giving problems when mapped meshing is done.
In the attached figure the area array which I have formed goes from area no 84 to 85 whereas I want it to go to 233 and 234 so that my area array has areas sorted based on location and not in an ascending order.
Thanks