Ignore:
Timestamp:
09/20/13 12:17:51 (12 years ago)
Author:
cborstad
Message:

CHG: rather than use penalties, enforce limits on damage in InputUpdateFromSolutionDamageEvolution. As a result, the damage_core only needs to call solutionsequence_linear

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/damage_core.cpp

    r16188 r16214  
    3030
    3131        femmodel->SetCurrentConfiguration(DamageEvolutionAnalysisEnum);
    32         solutionsequence_damage_nonlinear(femmodel);
     32        solutionsequence_linear(femmodel);
    3333
    3434        if(save_results){
Note: See TracChangeset for help on using the changeset viewer.