Changeset 16560 for issm/trunk/src/c/classes/Materials/Matice.h
- Timestamp:
- 10/28/13 14:43:03 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk ¶
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 16138-16453,16455-16554
- Property svn:mergeinfo changed
-
issm/trunk/src ¶
- Property svn:mergeinfo changed
-
TabularUnified issm/trunk/src/c/classes/Materials/Matice.h ¶
r16137 r16560 54 54 void SetCurrentConfiguration(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters); 55 55 void GetViscosity2d(IssmDouble* pviscosity, IssmDouble* pepsilon); 56 void GetViscosity2dvertical(IssmDouble* pviscosity, IssmDouble* pepsilon); 56 57 void GetViscosity3d(IssmDouble* pviscosity3d, IssmDouble* pepsilon); 57 58 void GetViscosity3dFS(IssmDouble* pviscosity3d, IssmDouble* epsilon); 58 59 void GetViscosityComplement(IssmDouble* pviscosity_complement, IssmDouble* pepsilon); 59 void GetViscosityZComplement(IssmDouble*, IssmDouble*){_error_("not supported");};60 void GetViscosityDComplement(IssmDouble*, IssmDouble*); 60 61 void GetViscosityDerivativeEpsSquare(IssmDouble* pmu_prime, IssmDouble* pepsilon); 61 62 void GetViscosityDerivativeEpsSquareFS(IssmDouble* pmu_prime, IssmDouble* pepsilon); … … 64 65 IssmDouble GetB(); 65 66 IssmDouble GetBbar(); 66 IssmDouble Get Z(){_error_("not supported");};67 IssmDouble Get Zbar(){_error_("not supported");};67 IssmDouble GetD(); 68 IssmDouble GetDbar(); 68 69 IssmDouble GetN(); 69 70 bool IsInput(int name);
Note:
See TracChangeset
for help on using the changeset viewer.