Changeset 3186


Ignore:
Timestamp:
03/05/10 08:21:15 (15 years ago)
Author:
Eric.Larour
Message:

Increase max iterations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/diagnostic_core_nonlinear.cpp

    r2333 r3186  
    118118                PenaltyConstraintsx(&constraints_converged, &num_unstable_constraints, fem->elements,fem->nodes,loads,fem->materials,fem->parameters,inputs,analysis_type,sub_analysis_type);
    119119
    120                 if(verbose)_printf_("   number of unstable constraints: %i\n",num_unstable_constraints);
     120                //if(verbose)_printf_("   number of unstable constraints: %i\n",num_unstable_constraints);
     121                _printf_("   number of unstable constraints: %i\n",num_unstable_constraints);
    121122
    122123                /*Figure out if convergence is reached.*/
     
    133134                count++;
    134135                if(converged==1)break;
    135                 if(count>=100){
     136                if(count>=1000){
    136137                        _printf_("   maximum number of iterations exceeded\n");
    137138                        break;
Note: See TracChangeset for help on using the changeset viewer.