Ignore:
Timestamp:
06/27/16 11:24:19 (9 years ago)
Author:
ayfeng
Message:

CHG: Implement extrude for masstransport, thermal
BUG: Fix invalid reference to md in stressbalance

File:
1 edited

Legend:

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

    r20777 r20812  
    4141                return "masstransport";
    4242        }// }}}
     43    this.extrude = function(md) {
     44        this.spcthickness=project3d(md,'vector',this.spcthickness,'type','node');
     45        return this;
     46    }
    4347                this.checkconsistency = function (md,solution,analyses){  // {{{
    4448
Note: See TracChangeset for help on using the changeset viewer.