Changeset 3186
- Timestamp:
- 03/05/10 08:21:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/diagnostic_core_nonlinear.cpp
r2333 r3186 118 118 PenaltyConstraintsx(&constraints_converged, &num_unstable_constraints, fem->elements,fem->nodes,loads,fem->materials,fem->parameters,inputs,analysis_type,sub_analysis_type); 119 119 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); 121 122 122 123 /*Figure out if convergence is reached.*/ … … 133 134 count++; 134 135 if(converged==1)break; 135 if(count>=100 ){136 if(count>=1000){ 136 137 _printf_(" maximum number of iterations exceeded\n"); 137 138 break;
Note:
See TracChangeset
for help on using the changeset viewer.