Changeset 1039
- Timestamp:
- 06/22/09 08:23:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/control.m
r1033 r1039 12 12 models.analysis_type='control'; %needed for processresults 13 13 14 displaystring(md.debug,'%s',['reading diagnostic horiz model data']); 15 md.analysis_type='control'; md.sub_analysis_type=''; models.dh=CreateFemModel(md); 14 displaystring(md.debug,'%s',['reading control horiz model data']); 15 md.analysis_type='control'; md.sub_analysis_type='horiz'; models.dh=CreateFemModel(md); 16 17 displaystring(md.debug,'\n%s',['reading control vert model data']); 18 md.analysis_type='control'; md.sub_analysis_type='vert'; models.dv=CreateFemModel(md); 19 20 displaystring(md.debug,'\n%s',['reading control stokes model data']); 21 md.analysis_type='control'; md.sub_analysis_type='stokes'; models.ds=CreateFemModel(md); 22 23 displaystring(md.debug,'\n%s',['reading control hutter model data']); 24 md.analysis_type='control'; md.sub_analysis_type='hutter'; models.dhu=CreateFemModel(md); 25 26 displaystring(md.debug,'\n%s',['reading surface and bed slope computation model data']); 27 md.analysis_type='slope_compute'; md.sub_analysis_type=''; models.sl=CreateFemModel(md); 16 28 17 29 % figure out number of dof: just for information purposes. … … 31 43 md.results.control=processresults(models,results); 32 44 else 33 %launch dakota driver for diagnosticcore solution45 %launch dakota driver for control core solution 34 46 Qmu(models,inputs,models.dh.parameters); 35 47 end
Note:
See TracChangeset
for help on using the changeset viewer.