Ignore:
Timestamp:
10/08/14 09:26:16 (10 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added SmoothAnalysis, which replaces SmoothedSurfaceXAnalysis and can be applied to any field

File:
1 edited

Legend:

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

    r16044 r18593  
    1818
    1919# Fields and tolerances to track changes
    20 field_names     =['SurfaceSlopeX','SurfaceSlopeY','Vel']
     20field_names     =['DrivingStressX','DrivingStressY','Vel']
    2121field_tolerances=[1e-13,1e-13,1e-13]
    2222field_values=[\
    23                 md.results.BalancevelocitySolution.SurfaceSlopeX,\
    24                 md.results.BalancevelocitySolution.SurfaceSlopeY,\
     23                md.results.BalancevelocitySolution.DrivingStressX,\
     24                md.results.BalancevelocitySolution.DrivingStressY,\
    2525                md.results.BalancevelocitySolution.Vel,\
    2626                ]
Note: See TracChangeset for help on using the changeset viewer.