Changeset 20827 for issm/trunk-jpl/src/c/classes/Materials/Matpar.h
- Timestamp:
- 06/28/16 15:51:32 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Materials/Matpar.h
r20608 r20827 79 79 80 80 /*Object virtual functions definitions:{{{ */ 81 Object *copy(); 82 void DeepEcho(); 81 83 void Echo(); 82 void DeepEcho();83 84 int Id(); 85 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction); 84 86 int ObjectEnum(); 85 Object *copy();86 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction);87 87 /*}}}*/ 88 88 /*Update virtual functions resolution: {{{*/ 89 void InputUpdateFromVector(IssmDouble* vector, int name, int type);90 void InputUpdateFromMatrixDakota(IssmDouble* matrix,int nrows,int ncols, int name, int type);91 void InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type);92 89 void InputUpdateFromConstant(IssmDouble constant, int name); 93 90 void InputUpdateFromConstant(int constant, int name); 94 91 void InputUpdateFromConstant(bool constant, int name); 95 92 void InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("not implemented");}; 93 void InputUpdateFromMatrixDakota(IssmDouble* matrix,int nrows,int ncols, int name, int type); 94 void InputUpdateFromVector(IssmDouble* vector, int name, int type); 95 void InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type); 96 96 /*}}}*/ 97 97 /*Material virtual functions resolution: {{{*/ … … 99 99 void Configure(Elements* elements); 100 100 void GetViscosity(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");}; 101 void GetViscosity_B(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");};102 void GetViscosity_D(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");};103 101 void GetViscosityBar(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");}; 104 102 void GetViscosityComplement(IssmDouble* pviscosity_complement, IssmDouble* pepsilon){_error_("not supported");}; 105 103 void GetViscosityDComplement(IssmDouble* pviscosity_complement, IssmDouble* pepsilon){_error_("not supported");}; 106 104 void GetViscosityDerivativeEpsSquare(IssmDouble* pmu_prime, IssmDouble* pepsilon){_error_("not supported");}; 105 void GetViscosity_B(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");}; 106 void GetViscosity_D(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");}; 107 107 void GetViscosity2dDerivativeEpsSquare(IssmDouble* pmu_prime, IssmDouble* pepsilon){_error_("not supported");}; 108 108 IssmDouble GetA(){_error_("not supported");}; … … 110 110 IssmDouble GetB(){_error_("not supported");}; 111 111 IssmDouble GetBbar(){_error_("not supported");}; 112 IssmDouble GetN(){_error_("not supported");};113 112 IssmDouble GetD(){_error_("not supported");}; 114 113 IssmDouble GetDbar(){_error_("not supported");}; 114 IssmDouble GetN(){_error_("not supported");}; 115 115 bool IsDamage(){_error_("not supported");}; 116 116 void ResetHooks();
Note:
See TracChangeset
for help on using the changeset viewer.