Changeset 1104 for issm/trunk/src/c/objects/Penta.h
- Timestamp:
- 06/25/09 17:42:16 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Penta.h
r848 r1104 46 46 int onbed; 47 47 int onsurface; 48 bool onwater; 48 49 double meanvel;/*!scaling ratio for velocities*/ 49 50 double epsvel; /*!minimum velocity to avoid infinite velocity ratios*/ … … 61 62 double p, double q, int shelf, int onbed, int onsurface, double meanvel,double epsvel, 62 63 int collapse, double melting[6], double accumulation[6], double geothermalflux[6], 63 int artdiff, int thermal_steadystate,double viscosity_overshoot,double stokesreconditioning );64 int artdiff, int thermal_steadystate,double viscosity_overshoot,double stokesreconditioning,bool onwater); 64 65 ~Penta(); 65 66
Note:
See TracChangeset
for help on using the changeset viewer.