Changeset 28271
- Timestamp:
- 05/15/24 13:34:41 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.cpp
r27102 r28271 20 20 if(VerboseModule()) _printf0_(" Migrating grounding line based on "<<EnumToStringx(migration_style)<<"\n"); 21 21 22 /*Set toolkit to default*/23 ToolkitsOptionsFromAnalysis(parameters,DefaultAnalysisEnum);24 22 25 23 switch(migration_style){ 26 24 case SoftMigrationEnum: 25 ToolkitsOptionsFromAnalysis(parameters,DefaultAnalysisEnum); 27 26 /*Create flag for grounded vertices above the hydrostatic equilibrium: */ 28 27 vertices_potentially_ungrounding=PotentialUngrounding(elements,vertices,parameters); … … 31 30 break; 32 31 case ContactEnum: 32 ToolkitsOptionsFromAnalysis(parameters,DefaultAnalysisEnum); 33 33 phi_ungrounding=ContactFSLevelset(elements,vertices); 34 34 break;
Note:
See TracChangeset
for help on using the changeset viewer.