Changeset 1164
- Timestamp:
- 06/29/09 11:48:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/@model/setdefaultparameters.m
r1112 r1164 79 79 %parameter used to print temporary results (convergence criterion, 80 80 %current step,...) 81 md.debug= 1;81 md.debug=0; 82 82 83 83 %Stokes mesh … … 157 157 %maximum number of iteration in the optimization algorithm for 158 158 %each step 159 md.maxiter=20 ;159 md.maxiter=20*ones(md.nsteps,1); 160 160 161 161 %tolerance used by the optimization algorithm
Note:
See TracChangeset
for help on using the changeset viewer.