1.) Setting Precision in Exported GiD Mesh
When I export a mesh as a GiD Mesh text file (Files–Export–GiD Mesh), coordinates of 0.00000 are written as a very small number
with a random mantissa, for example; 1.2343224e-016. As a result, my analysis program does not find that the input mesh is
symmetric, so computation time is increased.
I discovered that I could write the project as an Ascii Project (Files–Export–Ascii project), then re-open the Ascii project
file in GiD and regenerate the GiD Mesh file and the coordinates are then written as 0.0000000.
Is there a way to set the precision so that I don’t have to play this game when exporting a GiD Mesh?
2.) Plotting Quadratic elements
I have been following the past discussions about how the mid-nodes of quadratic triangles and quadrilaterals are placed correctly,
but the elements are drawn with straight lines connecting the corner nodes rather than curved lines that go through the mid-nodes.
By plotting the mesh using the ‘patch’ function in matlab, I am able to see the correct curved element surface. Is there any way to
do this in GiD yet?
Does GiD behave this way when postprocessing? If so, I was planning on purchasing GiD and using it for postprocessing, but I will
keep using matlab until this feature is introduced, as I will not see the true displacement profile in GiD.
thanks for your help