File: rev.auto

package info (click to toggle)
auto-07p 0.9.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,200 kB
  • sloc: fortran: 22,644; f90: 19,340; python: 19,045; ansic: 11,116; sh: 1,079; makefile: 618; perl: 339
file content (17 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#=========
# Demo rev
#=========

pgm = 'rev'

print pgm, ": first run : increase PAR(1)"
r1=run('rev',c='rev.1',sv='1')

print pgm, ": second run : continue in reverse direction"
r1=r1+run(r1('UZ1'),c='rev.2',ap='1')

print pgm, ": third run : restart from solution with different reversibility"
r3=run('rev',c='rev.3',sv='3')

print pgm, ": fourth run : continue in reverse direction"
r3=r3+run(r3('UZ1'),c='rev.4',ap='3')