- Timestamp:
- 06/07/17 10:50:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/branches/trunk-larour-NatGeoScience2016/src/c/classes/Materials/Matpar.h ¶
r20827 r21759 77 77 Matpar(int matpar_id, IoModel* iomodel); 78 78 ~Matpar(); 79 void SetMid(int matpar_mid); 79 80 80 81 /*Object virtual functions definitions:{{{ */ … … 114 115 IssmDouble GetN(){_error_("not supported");}; 115 116 bool IsDamage(){_error_("not supported");}; 117 bool IsEnhanced(){_error_("not supported");}; 116 118 void ResetHooks(); 117 119 … … 123 125 void ViscositySSA(IssmDouble* pviscosity,int dim,IssmDouble* xyz_list,Gauss* gauss,Input* vx_input,Input* vy_input){_error_("not supported");}; 124 126 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");}; 125 130 /*}}}*/ 126 131 /*Numerics: {{{*/
Note:
See TracChangeset
for help on using the changeset viewer.