Hello,
I'm trying to read a 2D mesh in plot3d single-block format, which looks
something like
Nblocks(=1)
Ni Nj Nk(=1)
List_of_x_coordinates
List_of_y_coordinates
List_of_z_coordinates
Each list of coordinates is ordered as follows:
For k=1 to k=Nk{
For j=1 to j=Nj{
For i=1 to i=Ni{
List_of_*_coordinates(i,j,k)
}
}
}
However, gmsh seems to switch the order, i.e.
For k=1 to k=Nk{
For i=1 to i=Ni{ <--!
For j=1 to j=Nj{ <--!
List_of_*_coordinates(i,j,k)
}
}
}
Have any of you ever used the plot3d format and observed this problem?
Regards,
Hein de Vries
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh