Changeset 20576


Ignore:
Timestamp:
04/28/16 16:50:08 (9 years ago)
Author:
Eric.Larour
Message:

CHG: inform whether our stress balance core was stable!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/solutionsequences/solutionsequence_nonlinear.cpp

    r19746 r20576  
    8888                count++;
    8989                if(converged==true){
     90                        femmodel->results->AddResult(new GenericExternalResult<IssmDouble>(femmodel->results->Size()+1,StressbalanceConvergenceNumStepsEnum,count));
    9091                        break;
    9192                }
     
    9394                        _printf0_("   maximum number of nonlinear iterations (" << max_nonlinear_iterations << ") exceeded\n");
    9495                        converged=true;
     96                        femmodel->results->AddResult(new GenericExternalResult<IssmDouble>(femmodel->results->Size()+1,StressbalanceConvergenceNumStepsEnum,max_nonlinear_iterations));
    9597                        InputUpdateFromConstantx(femmodel,converged,ConvergedEnum);
    9698                        InputUpdateFromSolutionx(femmodel,ug);         
Note: See TracChangeset for help on using the changeset viewer.