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