1 |
#!/bin/sh |
2 |
|
3 |
ARCH=$($DEVROOT/Util/buildUtil/getarch) |
4 |
|
5 |
./../bin/optimisation_topo -fichier support967612.par -fraction 0.2 -penal 3 -niveau 150. |
6 |
|
7 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file support.magic -mesh 967612 -seuil 0.8 -niveau 150. -optis support9676121.mail -optismagic |
8 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert -file support.magic -mesh 967612 -aster support967612.resu -astermagic |
9 |
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert support.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 |
gmsh support381.msh |
18 |
gmsh support967612.pos |
19 |
|
20 |
gmsh pont327.msh |
21 |
gmsh pont272461.pos |
22 |
|
23 |
|