1 |
#!/bin/sh |
2 |
|
3 |
ARCH=$($DEVROOT/Util/buildUtil/getarch) |
4 |
|
5 |
./../bin/optimisation_topo -fichier bielle82276.par -fraction 0.3 -penal 3 -niveau 150 |
6 |
|
7 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file bielle.magic -mesh 82276 -seuil 0.8 -niveau 150. -optis bielle822761.mail -optismagic |
8 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file bielle.magic -mesh 82276 -aster bielle82276.resu -astermagic |
9 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert bielle.magic |
10 |
|
11 |
./../bin/optimisation_topo -fichier pont272461.par -fraction 0.3 -penal 3 -niveau 150 |
12 |
|
13 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file pont.magic -mesh 272461 -seuil 0.8 -niveau 150. -optis pont2724611.mail -optismagic |
14 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file pont.magic -mesh 272461 -aster pont272461.resu -astermagic |
15 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert pont.magic |
16 |
|
17 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file pont.magic -mesh 272461 -extractskin |
18 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert pont2.magic |
19 |
|
20 |
gmsh bielle453.msh |
21 |
gmsh bielle82276.pos |
22 |
|
23 |
gmsh pont327.msh |
24 |
gmsh pont21.msh |
25 |
gmsh pont272461.pos |
26 |
|
27 |
|