Ignore:
Timestamp:
11/16/15 15:54:40 (9 years ago)
Author:
Eric.Larour
Message:

CHG: getting the plotmodel capability online.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/mesh2d.js

    r19719 r19721  
    4444                        fielddisplay(this,"epsg","EPSG code (ex: 3413 for UPS Greenland, 3031 for UPS Antarctica)");
    4545                } //}}}
     46                this.domaintype=function (){ // {{{
     47                        return '2Dhorizontal';
     48                } // }}}
     49                this.dimension = function () { //{{{
     50                        return 2;
     51                } //}}}
     52                this.elementtype = function() {//{{{
     53                        return 'Tria';
     54                } // }}}
    4655        //properties
    4756        // {{{
Note: See TracChangeset for help on using the changeset viewer.