1 |
#!/bin/sh |
2 |
|
3 |
ARCH=$($DEVROOT/Util/buildUtil/getarch) |
4 |
|
5 |
./../bin/optimisation_topo -fichier bielle85239.par -fraction 0.3 -penal 3 -niveau 150 |
6 |
|
7 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file bielle.magic -mesh 85239 -seuil 0.8 -optis bielle852391.mail -optismagic |
8 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file bielle.magic -mesh 85239 -aster bielle85239.resu -astermagic |
9 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert bielle.magic |
10 |
|
11 |
./../bin/optimisation_topo -fichier pont85239.par -fraction 0.3 -penal 3 -niveau 150 |
12 |
|
13 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file pont.magic -mesh 85239 -seuil 0.8 -optis pont852391.mail -optismagic |
14 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file pont.magic -mesh 85239 -aster pont85239.resu -astermagic |
15 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert pont.magic |
16 |
|
17 |
gmsh bielle453.msh |
18 |
gmsh bielle85239.pos |
19 |
|
20 |
gmsh pont327.msh |
21 |
gmsh pont85239.pos |