File: FEM.gri

package info (click to toggle)
gri 2.12.26-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,952 kB
  • ctags: 2,396
  • sloc: cpp: 36,598; sh: 4,196; lisp: 3,764; perl: 1,362; ansic: 1,046; makefile: 606
file content (13 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
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