Ignore:
Timestamp:
07/13/17 15:09:33 (8 years ago)
Author:
Mathieu Morlighem
Message:

NEW: created new class for time adaptation

File:
1 edited

Legend:

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

    r21408 r21787  
    1616md=setflowequation(md,'SIA','all')
    1717md.cluster=generic('name',gethostname(),'np',3)
    18 md.timestepping.time_adapt=1
     18md.timestepping = timesteppingadaptive(md.timestepping);
     19md.timestepping.time_step_max = 10000.;
    1920md.timestepping.final_time=16000.
    2021md=solve(md,'Transient')
Note: See TracChangeset for help on using the changeset viewer.