Changeset 23030
- Timestamp:
- 07/31/18 13:15:01 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/stressbalance_core.cpp
r22586 r23030 42 42 if(isSIA || (isFS && domaintype==Domain2DverticalEnum)) surfaceslope_core(femmodel); 43 43 if(isFS){ 44 /*We need bed slopoes for the non-penetration condition*/ 44 45 bedslope_core(femmodel); 45 46 femmodel->SetCurrentConfiguration(StressbalanceAnalysisEnum); 46 47 ResetFSBasalBoundaryConditionx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters); 48 49 /*We need basal melt rates for the shelf dampening*/ 50 bmb_core(femmodel); 47 51 } 48 52
Note:
See TracChangeset
for help on using the changeset viewer.