Changeset 504
- Timestamp:
- 05/19/09 15:44:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/thermal_core.m
r503 r504 38 38 39 39 %Solve 40 displaystring(m.parameters.debug,'%s ',[' condition number of stiffness matrix: ',condest(K_ff)]);40 displaystring(m.parameters.debug,'%s%g',' condition number of stiffness matrix: ',condest(K_ff)); 41 41 [t_f]=Solver(K_ff,p_f,[],m.parameters); 42 42 … … 55 55 56 56 if ~converged, 57 displaystring(m.parameters.debug,'\n%s%i','#unstable constraints ',num_unstable_constraints); 58 m.parameters.min_thermal_constraints 57 displaystring(m.parameters.debug,'%s%i',' #unstable constraints ',num_unstable_constraints); 59 58 60 59 if num_unstable_constraints<=m.parameters.min_thermal_constraints,
Note:
See TracChangeset
for help on using the changeset viewer.