File: gengouge.sh

package info (click to toggle)
esys-particle 2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,284 kB
  • sloc: cpp: 77,304; python: 5,647; makefile: 1,176; sh: 10
file content (8 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/sh

((XDIM=$1*40))
((YDIM=$2*40))
((GOUGE=$2*12))
((ROUGH=$2*5))

gengeo -x $XDIM -cx -y $YDIM -gouge $GOUGE -gougeMinRadius 0.2 -fault $ROUGH -faultMinRadius 0.2 -minDrivingTag 3 -maxDrivingTag 4 -distanceFromBBoxEdge 1.5 -o bench_gouge.geo -t 10000 -rs 42