Changeset 133


Ignore:
Timestamp:
04/29/09 15:07:11 (16 years ago)
Author:
seroussi
Message:

check convergence at first iteration if velocity given in inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/cielo/diagnostic_core_nonlinear.m

    r113 r133  
    7373
    7474        %   Figure out if convergence is reached.
    75                 if(count>=3),
     75                if(count>=3 | velocity_is_present),
    7676                        dug=soln(count).u_g-soln(count-1).u_g; nduinf=norm(dug,inf)*m.parameters.yts; ndu=norm(dug,2); nu=norm(soln(count-1).u_g,2);
    7777
Note: See TracChangeset for help on using the changeset viewer.