Changeset 1482
- Timestamp:
- 07/31/09 16:38:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/transient_core_2d.cpp
r880 r1482 108 108 while(time<finaltime){ //make sure we run up to finaltime. 109 109 110 if(debug)_printf_("%s%g%s%i%s%g\n","time [yr]: ",time/yts," iteration number: ",step,"/",floor(finaltime/dt));110 _printf_("%s%g%s%i%s%g\n","time [yr]: ",time/yts," iteration number: ",step,"/",floor(finaltime/dt)); 111 111 112 112 step+=1; … … 120 120 121 121 //Deal with velocities. 122 _printf_("%s\n","computing new velocity"); 122 123 diagnostic_results=new DataSet(ResultsEnum()); 123 124 diagnostic_core(diagnostic_results,fems, inputs); … … 132 133 133 134 inputs->Add("velocity",u_g,2,numberofnodes); 134 prognostic_results=new DataSet(ResultsEnum()); prognostic_core(prognostic_results,fem_p, inputs); 135 prognostic_results=new DataSet(ResultsEnum()); 136 prognostic_core(prognostic_results,fem_p, inputs); 135 137 136 138 //extract h_g prognostic_results, and erase prognostic_results;
Note:
See TracChangeset
for help on using the changeset viewer.