Changeset 21321


Ignore:
Timestamp:
10/29/16 16:50:21 (8 years ago)
Author:
Eric.Larour
Message:

CHG: no reason to restrict cfl_criterion to <1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/m/classes/timestepping.m

    r20896 r21321  
    4343                        md = checkfield(md,'fieldname','timestepping.time_step','numel',[1],'>=',0,'NaN',1,'Inf',1);
    4444                        md = checkfield(md,'fieldname','timestepping.time_adapt','numel',[1],'values',[0 1]);
    45                         md = checkfield(md,'fieldname','timestepping.cfl_coefficient','numel',[1],'>',0,'<=',1);
     45                        md = checkfield(md,'fieldname','timestepping.cfl_coefficient','numel',[1],'>',0,'<=',10);
    4646                        md = checkfield(md,'fieldname','timestepping.interp_forcings','numel',[1],'values',[0 1]);
    4747                        if self.final_time-self.start_time<0,
Note: See TracChangeset for help on using the changeset viewer.