Changeset 25007


Ignore:
Timestamp:
06/10/20 21:45:24 (5 years ago)
Author:
Eric.Larour
Message:

CHG: updating call to importance factors.

Location:
issm/trunk-jpl/test/NightlyRun
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test218.m

    r25005 r25007  
    9292%Fields and tolerances to track changes
    9393md.qmu.results=md.results.dakota;
    94 md.results.dakota.importancefactors=importancefactors(md,'scaled_MaterialsRheologyB','MaxVel')';
     94md.results.dakota.importancefactors=importancefactors(md,'scaled_MaterialsRheologyB','MaxVel',partition)';
    9595field_names     ={'importancefactors'};
    9696field_tolerances={1e-10};
  • issm/trunk-jpl/test/NightlyRun/test412.m

    r25005 r25007  
    5050%Fields and tolerances to track changes
    5151md.qmu.results=md.results.dakota;
    52 md.results.dakota.importancefactors=importancefactors(md,'scaled_FrictionCoefficient','MaxVel')';
     52md.results.dakota.importancefactors=importancefactors(md,'scaled_FrictionCoefficient','MaxVel',partition)';
    5353field_names     ={'importancefactors'};
    5454field_tolerances={1e-10};
  • issm/trunk-jpl/test/NightlyRun/test413.m

    r25005 r25007  
    5050%Fields and tolerances to track changes
    5151md.qmu.results=md.results.dakota;
    52 md.results.dakota.importancefactors=importancefactors(md,'scaled_FrictionCoefficient','MaxVel')';
     52md.results.dakota.importancefactors=importancefactors(md,'scaled_FrictionCoefficient','MaxVel',partition)';
    5353field_names     ={'importancefactors'};
    5454field_tolerances={1e-10};
Note: See TracChangeset for help on using the changeset viewer.