Changeset 25289
- Timestamp:
- 07/18/20 23:17:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r25288 r25289 4957 4957 4958 4958 /*gia solution parameters:*/ 4959 IssmDouble lithosphere_thickness,mantle_viscosity ;4959 IssmDouble lithosphere_thickness,mantle_viscosity,ice_mask; 4960 4960 4961 4961 /*output: */ … … 4971 4971 this->parameters->FindParam(&gsize,MeshNumberofverticesEnum); 4972 4972 this->parameters->FindParam(&yts,ConstantsYtsEnum); 4973 4973 4974 4974 /*recover gia solution parameters: */ 4975 4975 int cross_section_shape; … … 4986 4986 IssmDouble mantle_density = FindParam(MaterialsMantleDensityEnum); 4987 4987 IssmDouble rho_ice = FindParam(MaterialsRhoIceEnum); 4988 4989 /*recover ice mask*/ 4990 Input2* ice_mask_input=this->GetInput2(MaskIceLevelsetEnum); 4991 ice_mask_input->GetInputAverage(&ice_mask); 4992 4993 /*early return if we are NOT on an icy element:*/ 4994 if (ice_mask==1) return; 4988 4995 4989 4996 /*pull thickness averages! */
Note:
See TracChangeset
for help on using the changeset viewer.