Ignore:
Timestamp:
07/22/16 11:39:17 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no more Thickness as independent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test3019.py

    r20561 r20981  
    2323
    2424#first run scalar reverse mode:
    25 md.autodiff.independents=[independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices)]
     25md.autodiff.independents=[independent('name','md.geometry.thickness','type','vertex','nods',md.mesh.numberofvertices)]
    2626md.autodiff.dependents=[dependent('name','MaxVel','type','scalar','fos_reverse_index',1)]
    2727md.autodiff.driver='fos_reverse'
     
    3333
    3434#now run vectorial forward mode
    35 md.autodiff.independents=[independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fov_forward_indices',numpy.arange(0,md.mesh.numberofvertices))]
     35md.autodiff.independents=[independent('name','md.geometry.thickness','type','vertex','nods',md.mesh.numberofvertices,'fov_forward_indices',numpy.arange(0,md.mesh.numberofvertices))]
    3636md.autodiff.dependents=[dependent('name','MaxVel','type','scalar')]
    3737md.autodiff.driver='fov_forward'
Note: See TracChangeset for help on using the changeset viewer.