Changeset 1813
- Timestamp:
- 08/24/09 17:42:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/diagnostic_core_nonlinear.cpp
r1805 r1813 117 117 PenaltyConstraintsx(&constraints_converged, &num_unstable_constraints, fem->elements,fem->nodes,loads,fem->materials,inputs,analysis_type,sub_analysis_type); 118 118 119 //if(debug)_printf_(" number of unstable constraints: %i\n",num_unstable_constraints); 120 _printf_(" number of unstable constraints: %i\n",num_unstable_constraints); 119 if(debug)_printf_(" number of unstable constraints: %i\n",num_unstable_constraints); 121 120 122 121 /*Figure out if convergence is reached.*/
Note:
See TracChangeset
for help on using the changeset viewer.