Changeset 1225
- Timestamp:
- 07/02/09 16:52:27 (16 years ago)
- Location:
- issm/trunk/src/m/solutions/cielo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/control_core.m
r1207 r1225 27 27 %Take car of Stokes : compute slope and get spc once for all 28 28 if isstokes, 29 [inputs m_ds]=ControlPr ocessStokes(models,inputs);29 [inputs m_ds]=ControlPrepareStokes(models,inputs); 30 30 end 31 31 -
issm/trunk/src/m/solutions/cielo/diagnostic_core_nonlinear.m
r1128 r1225 49 49 [soln(count).u_f]=Solver(K_ff,p_f,[],m.parameters); 50 50 51 %Get residue 52 residu=norm(K_ff*soln(count).u_f-p_f,2); 53 51 54 %Merge back to g set 52 55 [soln(count).u_g]= Mergesolutionfromftog( soln(count).u_f, m.Gmn, m.ys, m.nodesets ); … … 67 70 ndu=norm(dug,2); 68 71 nu=norm(soln(count-1).u_g,2); 72 73 %Residue criterion 74 displaystring(m.parameters.debug,'%s%g',' convergence criterion: norm(residue)=',residu); 69 75 70 76 %Relative criterion
Note:
See TracChangeset
for help on using the changeset viewer.