Changeset 20418


Ignore:
Timestamp:
03/31/16 15:34:27 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: better message of steadystate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/steadystate_core.cpp

    r20093 r20418  
    4949
    5050                /* Compute first velocity, then temperature due to high sensitivity of temperature to velocity. */
     51                if(VerboseSolution()) _printf0_("\n=============================================================\n");
    5152                if(VerboseSolution()) _printf0_("   computing velocity and temperature for step: " << step << "\n");
     53                if(VerboseSolution()) _printf0_("=============================================================\n");
    5254
    53                 if(VerboseSolution()) _printf0_("  computing new velocity\n");
     55                if(VerboseSolution()) _printf0_("\n   -- computing new velocity\n");
    5456                stressbalance_core(femmodel);
    5557                GetSolutionFromInputsx(&ug,femmodel);
    5658
     59                if(VerboseSolution()) _printf0_("\n   -- computing new temperature\n");
    5760                thermal_core(femmodel);
    5861                if(!isenthalpy)femmodel->SetCurrentConfiguration(ThermalAnalysisEnum);/*Could be MeltingAnalysis...*/
Note: See TracChangeset for help on using the changeset viewer.