# This html document was prepared by gri2html based on the Gri script named # FEM.gri # Gri is available for free at http://gri.sourceforge.net
set missing value -99.99
# Create data using perl-script
system perl FEM.pl model.nodes model.elements > tmp
open tmp
read columns x y
close
draw curve
# Comment-out the next line if you want to inspect
# the temporary output.
system rm tmp