Hi GiD Team,
First of all congratulations for GiD 15, it looks great and we are all very excited about the new features.
Second, I would need some tips to update my problemtype:
I am trying to setup the option “Mesh → Quadratic Type → Quadratic9” programatically from a .tcl script.
This is what I tried so far:
GiD_Process Mescape Meshing Quadratic Quadratic9
which used to work okay in GiD 9, but it does not seem to work now.
Then I tried these two, which used to work fine in GiD 14:
GiD_Process Mescape Meshing Quadratic Quadratic9
as well as this:
GiD_Set QuadraticType 2
but none of the above seems to work in GiD 15. In fact I can see that the variable Quadratic9 is no longer available.
Could you suggest a way forwards for GiD 15?
Many thanks