ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/optimisation/cas_test/appel_lissage.script
Revision: 251
Committed: Tue Jun 29 19:18:59 2010 UTC (14 years, 10 months ago) by picher
File size: 332 byte(s)
Log Message:
Ajout d'un script pour appeler la methode de lissage, le wiki a ete mis a jour avec la procedure a suivre !

File Contents

# User Rev Content
1 picher 251 #!/bin/sh
2    
3     ARCH=$($DEVROOT/Util/buildUtil/getarch)
4    
5     $DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation -file bielle2.magic -fileout bielle3.magic -mesh 450575 -lissage -reactivation -cons_optimise -cons_impose -liss3 -iter 100 -eps 0.1 -sigma 0.1 -gamma 0.1
6     $DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation bielle3.magic
7    
8    
9    
10    

Properties

Name Value
svn:executable *