Changeset 17636 for issm/trunk-jpl/src/c/classes/Elements/Element.cpp
- Timestamp:
- 04/03/14 16:00:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.cpp
r17633 r17636 666 666 parameters->FindParam(&migration_style,GroundinglineMigrationEnum); 667 667 668 if(migration_style==SubelementMigrationEnum || migration_style==SubelementMigration2Enum ){ //Floating if all nodes are floating668 if(migration_style==SubelementMigrationEnum || migration_style==SubelementMigration2Enum || migration_style==ContactEnum){ //Floating if all nodes are floating 669 669 if(this->inputs->Max(MaskGroundediceLevelsetEnum) <= 0.) shelf=true; 670 670 else shelf=false; 671 671 } 672 else if(migration_style==NoneEnum || migration_style==AgressiveMigrationEnum || migration_style==SoftMigrationEnum || migration_style==ContactEnum){ //Floating if all nodes are floating672 else if(migration_style==NoneEnum || migration_style==AgressiveMigrationEnum || migration_style==SoftMigrationEnum){ //Floating if all nodes are floating 673 673 if(this->inputs->Min(MaskGroundediceLevelsetEnum) > 0.) shelf=false; 674 674 else shelf=true;
Note:
See TracChangeset
for help on using the changeset viewer.