Changeset 26977
- Timestamp:
- 05/02/22 07:45:18 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/movingfront_core.cpp
r26973 r26977 48 48 } 49 49 50 /* smoothen slope of lsf for computation of normal on ice domain*/ 51 levelsetfunctionslope_core(femmodel); 52 50 53 /* start the work from here */ 51 54 if(VerboseSolution()) _printf0_(" computing calving and undercutting\n"); … … 53 56 FrontalForcingsx(femmodel); 54 57 if(VerboseSolution()) _printf0_(" computing new ice front position\n"); 55 56 /* smoothen slope of lsf for computation of normal on ice domain*/57 levelsetfunctionslope_core(femmodel);58 58 59 59 /* determine variables for extrapolation */
Note:
See TracChangeset
for help on using the changeset viewer.