Changeset 1123


Ignore:
Timestamp:
06/26/09 11:07:58 (16 years ago)
Author:
Eric.Larour
Message:

conditioning number only appears for debug>=2

File:
1 edited

Legend:

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

    r472 r1123  
    4646
    4747                %Solve 
    48                 displaystring(m.parameters.debug,'%s%g','      condition number of stiffness matrix: ',condest(K_ff));
     48                if(m.parameters.debug>2)disp(sprintf('%s%g','      condition number of stiffness matrix: ',condest(K_ff)));end;
    4949                [soln(count).u_f]=Solver(K_ff,p_f,[],m.parameters);
    50        
     50
    5151                %Merge back to g set
    5252                [soln(count).u_g]= Mergesolutionfromftog( soln(count).u_f, m.Gmn, m.ys, m.nodesets );
Note: See TracChangeset for help on using the changeset viewer.