Changeset 19791 for issm/trunk-jpl/src/m/classes/gia.js
- Timestamp:
- 11/23/15 10:31:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/gia.js
r19787 r19791 19 19 fielddisplay(this,'cross_section_shape','1: square-edged (default). 2: elliptical. See iedge in GiaDeflectionCore'); 20 20 21 }// }}} 22 this.classname= function(){// {{{ 23 return "gia"; 21 24 }// }}} 22 25 this.checkconsistency = function(md,solution,analyses) { // {{{ … … 41 44 } 42 45 } // }}} 46 this.marshall=function(md,fid) { //{{{ 47 WriteData(fid,'object',this,'fieldname','mantle_viscosity','format','DoubleMat','mattype',1); 48 WriteData(fid,'object',this,'fieldname','lithosphere_thickness','format','DoubleMat','mattype',1,'scale',Math.pow(10,3)); //from km to m 49 WriteData(fid,'object',this,'fieldname','cross_section_shape','format','Integer'); 50 }//}}} 43 51 //properties 44 52 // {{{
Note:
See TracChangeset
for help on using the changeset viewer.