Changeset 5519
- Timestamp:
 - 08/23/10 15:35:16 (15 years ago)
 - Location:
 - issm/trunk/src/m/classes
 - Files:
 - 
      
- 2 edited
 
- 
          
  @model/model.m (modified) (1 diff)
 - 
          
  public/ismodelselfconsistent.m (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk/src/m/classes/@model/model.m
r5484 r5519 311 311 md.qmu_mass_flux_profiles=NaN; 312 312 md.qmu_mass_flux_segments=NaN; 313 md.qmu_relax=0; 313 314 314 315 %partitioner:  - 
      
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r5442 r5519 410 410 end 411 411 end 412 if md.eps_rel>1.1*10^-5, 413 error(['model not consistent: for qmu analysis, eps_rel should be least than 10^-5, 10^-15 being a better value']); 412 if ~md.qmu_relax, 413 if md.eps_rel>1.1*10^-5, 414 error(['model not consistent: for qmu analysis, eps_rel should be least than 10^-5, 10^-15 being a better value']); 415 end 414 416 end 415 417 end  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)