Changeset 16137 for issm/trunk/src/c/classes/Materials/Matpar.h
- Timestamp:
- 09/16/13 09:43:55 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 nightlylog 2 configure.sh 1 3 par 2 4 ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 15397-15401,15403-15487,15489-15701,15704-15735,15737-16076,16082-16133
- Property svn:ignore
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
old new 14 14 probe.results 15 15 stXXXX* 16 16 .deps 17 .dirstamp
-
- Property svn:ignore
-
issm/trunk/src/c/classes
-
Property svn:ignore
set to
.deps
.dirstamp
-
Property svn:ignore
set to
-
issm/trunk/src/c/classes/Materials
-
Property svn:ignore
set to
.deps
.dirstamp
-
Property svn:ignore
set to
-
issm/trunk/src/c/classes/Materials/Matpar.h
r15375 r16137 71 71 /*Update virtual functions resolution: {{{*/ 72 72 void InputUpdateFromVector(IssmDouble* vector, int name, int type); 73 void InputUpdateFromVector(int* vector, int name, int type);74 void InputUpdateFromVector(bool* vector, int name, int type);75 73 void InputUpdateFromMatrixDakota(IssmDouble* matrix,int nrows,int ncols, int name, int type); 76 74 void InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type); 77 void InputUpdateFromVectorDakota(int* vector, int name, int type);78 void InputUpdateFromVectorDakota(bool* vector, int name, int type);79 75 void InputUpdateFromConstant(IssmDouble constant, int name); 80 76 void InputUpdateFromConstant(int constant, int name); … … 89 85 void GetViscosity2d(IssmDouble* pviscosity, IssmDouble* pepsilon){_error_("not supported");}; 90 86 void GetViscosity3d(IssmDouble* pviscosity3d, IssmDouble* pepsilon){_error_("not supported");}; 91 void GetViscosity3d Stokes(IssmDouble* pviscosity3d, IssmDouble* epsilon){_error_("not supported");};87 void GetViscosity3dFS(IssmDouble* pviscosity3d, IssmDouble* epsilon){_error_("not supported");}; 92 88 void GetViscosityComplement(IssmDouble* pviscosity_complement, IssmDouble* pepsilon){_error_("not supported");}; 93 89 void GetViscosityZComplement(IssmDouble* pviscosity_complement, IssmDouble* pepsilon){_error_("not supported");}; 94 90 void GetViscosityDerivativeEpsSquare(IssmDouble* pmu_prime, IssmDouble* pepsilon){_error_("not supported");}; 91 void GetViscosityDerivativeEpsSquareFS(IssmDouble* pmu_prime, IssmDouble* pepsilon){_error_("not supported");}; 95 92 void GetViscosity2dDerivativeEpsSquare(IssmDouble* pmu_prime, IssmDouble* pepsilon){_error_("not supported");}; 96 93 IssmDouble GetA(){_error_("not supported");};
Note:
See TracChangeset
for help on using the changeset viewer.