Changeset 20426
- Timestamp:
- 04/01/16 10:58:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/steadystate_core.cpp
r20418 r20426 49 49 50 50 /* Compute first velocity, then temperature due to high sensitivity of temperature to velocity. */ 51 if(VerboseSolution()) _printf0_("\n====================================================== =======\n");51 if(VerboseSolution()) _printf0_("\n======================================================\n"); 52 52 if(VerboseSolution()) _printf0_(" computing velocity and temperature for step: " << step << "\n"); 53 if(VerboseSolution()) _printf0_("==================================================== =========\n");53 if(VerboseSolution()) _printf0_("====================================================\n"); 54 54 55 if(VerboseSolution()) _printf0_("\n -- computing new velocity \n");55 if(VerboseSolution()) _printf0_("\n -- computing new velocity -- \n\n"); 56 56 stressbalance_core(femmodel); 57 57 GetSolutionFromInputsx(&ug,femmodel); 58 58 59 if(VerboseSolution()) _printf0_("\n -- computing new temperature \n");59 if(VerboseSolution()) _printf0_("\n -- computing new temperature --\n\n"); 60 60 thermal_core(femmodel); 61 61 if(!isenthalpy)femmodel->SetCurrentConfiguration(ThermalAnalysisEnum);/*Could be MeltingAnalysis...*/
Note:
See TracChangeset
for help on using the changeset viewer.