Changeset 1164


Ignore:
Timestamp:
06/29/09 11:48:45 (16 years ago)
Author:
Eric.Larour
Message:

maxiter should not be a scalar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@model/setdefaultparameters.m

    r1112 r1164  
    7979%parameter used to print temporary results (convergence criterion,
    8080%current step,...)
    81 md.debug=1;
     81md.debug=0;
    8282
    8383%Stokes mesh
     
    157157%maximum number of iteration in the optimization algorithm for
    158158%each step
    159 md.maxiter=20;
     159md.maxiter=20*ones(md.nsteps,1);
    160160
    161161%tolerance used by the optimization algorithm
Note: See TracChangeset for help on using the changeset viewer.