Fernandox
Materials
- Jan 9, 2009
- 4
With this:
/POST1
set,last
etable,melted,temp
esel,s,etab,melted,875
/SOLU
*get,longitud,ELEM,0,count
*DIM,tes,ARRAY,longitud,1,1, , ,
*VGET,tes,ELEM,longitud,elist
I have the selected element (elements with temp>875) id numbers in an array (named tes). I need to transfer that information to a table to be used later with esel to reselect again those elements. I will not be able to used the same method because the temperatures of those elements will have changed.
I think it can be done with *vput, but I am not able to get it right. Any help, please?
/POST1
set,last
etable,melted,temp
esel,s,etab,melted,875
/SOLU
*get,longitud,ELEM,0,count
*DIM,tes,ARRAY,longitud,1,1, , ,
*VGET,tes,ELEM,longitud,elist
I have the selected element (elements with temp>875) id numbers in an array (named tes). I need to transfer that information to a table to be used later with esel to reselect again those elements. I will not be able to used the same method because the temperatures of those elements will have changed.
I think it can be done with *vput, but I am not able to get it right. Any help, please?