Changeset 18389
- Timestamp:
- 08/14/14 13:35:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.cpp
r18345 r18389 155 155 IoModelToConstraintsx(constraints,iomodel,MasstransportSpcthicknessEnum,MasstransportAnalysisEnum,P1Enum); 156 156 } 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 } 158 162 }/*}}}*/ 159 163 void MasstransportAnalysis::CreateLoads(Loads* loads, IoModel* iomodel){/*{{{*/
Note:
See TracChangeset
for help on using the changeset viewer.