source:
issm/oecreview/Archive/13393-13976/ISSM-13923-13924.diff@
21726
Last change on this file since 21726 was 13980, checked in by , 12 years ago | |
---|---|
File size: 1.2 KB |
-
../trunk-jpl/test/NightlyRun/test3015.py
25 25 md.verbose=verbose('autodiff',True) 26 26 27 27 #setup autodiff parameters 28 index= 0#this is the scalar component we are checking against28 index=1 #this is the scalar component we are checking against 29 29 md.autodiff.independents=[\ 30 30 independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index) 31 31 ] -
../trunk-jpl/test/NightlyRun/test3020.py
26 26 md.diagnostic.restol=0.000001 27 27 28 28 #setup autodiff parameters 29 index= 0#this is the scalar component we are checking against29 index=1 #this is the scalar component we are checking against 30 30 md.autodiff.independents=[\ 31 31 independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index) 32 32 ]
Note:
See TracBrowser
for help on using the repository browser.