Last change
on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago |
CHG: added Archive/20545-21336
|
File size:
828 bytes
|
Rev | Line | |
---|
[21337] | 1 | Index: ../trunk-jpl/test/NightlyRun/test3019.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test3019.py (revision 21021)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test3019.py (revision 21022)
|
---|
| 5 | @@ -33,7 +33,7 @@
|
---|
| 6 | jac_reverse=md.results.TransientSolution[0].AutodiffJacobian
|
---|
| 7 |
|
---|
| 8 | #now run vectorial forward mode
|
---|
| 9 | -md.autodiff.independents=[independent('name','md.geometry.thickness','type','vertex','nods',md.mesh.numberofvertices,'fov_forward_indices',numpy.arange(1,md.mesh.numberofvertices))]
|
---|
| 10 | +md.autodiff.independents=[independent('name','md.geometry.thickness','type','vertex','nods',md.mesh.numberofvertices,'fov_forward_indices',numpy.arange(1,md.mesh.numberofvertices+1))]
|
---|
| 11 | md.autodiff.dependents=[dependent('name','MaxVel','type','scalar')]
|
---|
| 12 | md.autodiff.driver='fov_forward'
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.