Changeset 16693 for issm/trunk-jpl/src/c/classes/Elements/Seg.h
- Timestamp:
- 11/08/13 16:32:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Seg.h
r16685 r16693 66 66 /*}}}*/ 67 67 /*Element virtual functions definitions: {{{*/ 68 void AddInput(int input_enum, IssmDouble* values, int interpolation_enum){_error_("not implemented yet");}; 68 69 void ComputeBasalStress(Vector<IssmDouble>* sigma_b){_error_("not implemented yet");}; 69 70 void ComputeStrainRate(Vector<IssmDouble>* eps){_error_("not implemented yet");}; … … 84 85 void GetDofListVelocity(int** pdoflist,int setenum){_error_("not implemented yet");}; 85 86 void GetDofListPressure(int** pdoflist,int setenum){_error_("not implemented yet");}; 87 void GetInputListOnNodes(IssmDouble* pvalue,int enumtype){_error_("not implemented yet");}; 88 void GetInputListOnNodes(IssmDouble* pvalue,int enumtype,IssmDouble defaultvalue){_error_("not implemented yet");}; 89 Matpar* GetMatparPointer(void){_error_("not implemented yet");}; 86 90 int GetNodeIndex(Node* node){_error_("not implemented yet");}; 87 91 void GetNodesSidList(int* sidlist){_error_("not implemented yet");}; … … 89 93 int GetNumberOfNodes(void){_error_("not implemented yet");}; 90 94 int Sid(){_error_("not implemented yet");}; 95 void InputChangeName(int input_enum, int enum_type_old){_error_("not implemented yet");}; 91 96 bool IsOnBed(){_error_("not implemented yet");}; 92 97 bool IsFloating(){_error_("not implemented yet");}; … … 117 122 void HydrologyEPLGetMask(Vector<IssmDouble>* vec_mask){_error_("not implemented yet");}; 118 123 void ComputeEPLThickness(void){_error_("not implemented yet");}; 119 void UpdateConstraintsL2ProjectionEPL(){_error_("not implemented");};120 124 #endif 121 125 void GetSolutionFromInputsOneDof(Vector<IssmDouble>* solution,int enum_type){_error_("not implemented yet");}; … … 135 139 void Update(int index, IoModel* iomodel,int analysis_counter,int analysis_type,int finitelement){_error_("not implemented yet");}; 136 140 IssmDouble TimeAdapt(){_error_("not implemented yet");}; 141 void TransformSolutionCoord(IssmDouble* values,int transformenum){_error_("not implemented yet");}; 137 142 void UpdateConstraintsExtrudeFromBase(){_error_("not implemented");}; 138 143 void UpdateConstraintsExtrudeFromTop(){_error_("not implemented");}; 144 void UpdateConstraintsL2ProjectionEPL(){_error_("not implemented");}; 139 145 140 146 #ifdef _HAVE_RESPONSES_
Note:
See TracChangeset
for help on using the changeset viewer.