Changeset 18389


Ignore:
Timestamp:
08/14/14 13:35:44 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: force penlatis if stabilization = 4 FCT

File:
1 edited

Legend:

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

    r18345 r18389  
    155155                IoModelToConstraintsx(constraints,iomodel,MasstransportSpcthicknessEnum,MasstransportAnalysisEnum,P1Enum);
    156156        }
    157         /*Do not add constraints in FCT, they are imposed using penalties*/
     157
     158        /*FCT, constraints are imposed using penalties*/
     159        if(stabilization==4){
     160                constraints->ActivatePenaltyMethod(MasstransportAnalysisEnum);
     161        }
    158162}/*}}}*/
    159163void MasstransportAnalysis::CreateLoads(Loads* loads, IoModel* iomodel){/*{{{*/
Note: See TracChangeset for help on using the changeset viewer.