ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/optimisation/cas_test/appel_mailleurbloc.script
Revision: 202
Committed: Tue Jul 21 19:42:37 2009 UTC (16 years, 1 month ago) by picher
File size: 909 byte(s)
Log Message:
Mise à jour des cas tests d'optimisation

File Contents

# Content
1 #!/bin/sh
2
3 ARCH=$($DEVROOT/Util/buildUtil/getarch)
4 echo "*********************************"
5 echo "Exemple de calcul d'optimisation "
6 echo " fait sur une bielle et un pont "
7 echo "*********************************"
8 #$DEVROOT/magic/app/transfert/bin/$ARCH/transfert bielle.step
9 #$DEVROOT/magic/app/transfert/bin/$ARCH/transfert bielle_bloc.step
10 $DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier bielle.magic -fichout carte.ctt -dg 7 -fechantillonage 20 -festimation 1 -typecarte 0
11 $DEVROOT/magic/app/mailleurbloc/bin/$ARCH/mailleurbloc -entier bielle.magic -bloc bielle_bloc.magic -carte carte.ctt -numgeoentier 0 -numgeobloc 0
12
13 $DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier pont.magic -fichout carte2.ctt -dg 0.5 -fechantillonage 20 -festimation 1 -typecarte 0
14 $DEVROOT/magic/app/mailleurbloc/bin/$ARCH/mailleurbloc -entier pont.magic -bloc pont_bloc.magic -carte carte2.ctt -numgeoentier 0 -numgeobloc 0

Properties

Name Value
svn:executable