[13980] | 1 | Index: ../trunk-jpl/test/NightlyRun/test3015.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test3015.py (revision 13923)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test3015.py (revision 13924)
|
---|
| 5 | @@ -25,7 +25,7 @@
|
---|
| 6 | md.verbose=verbose('autodiff',True)
|
---|
| 7 |
|
---|
| 8 | #setup autodiff parameters
|
---|
| 9 | -index=0 #this is the scalar component we are checking against
|
---|
| 10 | +index=1 #this is the scalar component we are checking against
|
---|
| 11 | md.autodiff.independents=[\
|
---|
| 12 | independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index)
|
---|
| 13 | ]
|
---|
| 14 | Index: ../trunk-jpl/test/NightlyRun/test3020.py
|
---|
| 15 | ===================================================================
|
---|
| 16 | --- ../trunk-jpl/test/NightlyRun/test3020.py (revision 13923)
|
---|
| 17 | +++ ../trunk-jpl/test/NightlyRun/test3020.py (revision 13924)
|
---|
| 18 | @@ -26,7 +26,7 @@
|
---|
| 19 | md.diagnostic.restol=0.000001
|
---|
| 20 |
|
---|
| 21 | #setup autodiff parameters
|
---|
| 22 | -index=0 #this is the scalar component we are checking against
|
---|
| 23 | +index=1 #this is the scalar component we are checking against
|
---|
| 24 | md.autodiff.independents=[\
|
---|
| 25 | independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index)
|
---|
| 26 | ]
|
---|