Ignore:
Timestamp:
06/07/17 10:50:54 (8 years ago)
Author:
Eric.Larour
Message:

CHG: merged branch back to trunk-jpl 21754.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/branches/trunk-larour-NatGeoScience2016/src/c/classes/Materials/Matpar.h

    r20827 r21759  
    7777                Matpar(int matpar_id, IoModel* iomodel);
    7878                ~Matpar();
     79                void SetMid(int matpar_mid);
    7980
    8081                /*Object virtual functions definitions:{{{ */
     
    114115                IssmDouble GetN(){_error_("not supported");};
    115116                bool       IsDamage(){_error_("not supported");};
     117                bool       IsEnhanced(){_error_("not supported");};
    116118                void       ResetHooks();
    117119
     
    123125                void       ViscositySSA(IssmDouble* pviscosity,int dim,IssmDouble* xyz_list,Gauss* gauss,Input* vx_input,Input* vy_input){_error_("not supported");};
    124126                void       ViscositySSADerivativeEpsSquare(IssmDouble* pmu_prime,IssmDouble* epsilon){_error_("not supported");};
     127                void       ViscosityBFS(IssmDouble* pmudB,int dim,IssmDouble* xyz_list,Gauss* gauss,Input* vx_input,Input* vy_input,Input* vz_input){_error_("not supported");};
     128                void       ViscosityBHO(IssmDouble* pmudB,int dim,IssmDouble* xyz_list,Gauss* gauss,Input* vx_input,Input* vy_input){_error_("not supported");};
     129                void       ViscosityBSSA(IssmDouble* pmudB,int dim,IssmDouble* xyz_list,Gauss* gauss,Input* vx_input,Input* vy_input){_error_("not supported");};
    125130                /*}}}*/
    126131                /*Numerics: {{{*/
Note: See TracChangeset for help on using the changeset viewer.