--
You received this message because you are subscribed to the Google Groups "mor4ansys" group.
To post to this group, send email to mor4...@googlegroups.com.
To unsubscribe from this group, send email to mor4ansys+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mor4ansys?hl=en.
Evgenii
P.S. Export in Matrix Market does not work correctly, also in 14, so one
have to use some other format. The HB format seems being the most robust.
On 08.03.2012 06:21 clappertown said the following:
/solu
antype,static
eqslv,sparse
solve
*get,nn,active,0,solu,ncmit
ncnv,2,,nn+1
solve
fini
Alternatively, you can try psolve
/solu
eqslv,sparse
psolve,elform
psolve,elprep
wrfull,1
psolve,triang
fini
On 08.03.2012 12:48 Michael said the following: