Changeset 18849
- Timestamp:
- 11/25/14 10:29:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Elements/Element.cpp ΒΆ
r18848 r18849 1090 1090 parameters->FindParam(&migration_style,GroundinglineMigrationEnum); 1091 1091 1092 if(migration_style==SubelementMigrationEnum || migration_style==SubelementMigration2Enum || migration_style==ContactEnum){ //Floating if all nodes are floating1092 if(migration_style==SubelementMigrationEnum || migration_style==SubelementMigration2Enum){ //Floating if all nodes are floating 1093 1093 if(this->inputs->Max(MaskGroundediceLevelsetEnum) <= 0.) shelf=true; 1094 1094 else shelf=false; 1095 } 1096 else if(migration_style==ContactEnum){ 1097 if(this->inputs->Max(MaskGroundediceLevelsetEnum) > 0.) shelf=false; 1098 else shelf=true; 1095 1099 } 1096 1100 else if(migration_style==NoneEnum || migration_style==AggressiveMigrationEnum || migration_style==SoftMigrationEnum){ //Floating if all nodes are floating
Note:
See TracChangeset
for help on using the changeset viewer.