Changeset 3869 for issm/trunk/src/c/objects/Elements/Beam.h
- Timestamp:
- 05/20/10 16:22:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Beam.h
r3821 r3869 52 52 Object* copy(); 53 53 void SetClone(int* minranks); 54 void 55 void 56 void 57 void 58 void 59 void 54 void UpdateInputsFromVector(double* vector, int name, int type); 55 void UpdateInputsFromVector(int* vector, int name, int type); 56 void UpdateInputsFromVector(bool* vector, int name, int type); 57 void UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");} 58 void UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");} 59 void UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");} 60 60 61 void 61 void UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type); 62 62 63 63 void DepthAverageInputAtBase(int enum_type){ISSMERROR("not implemented yet");}; 64 64 /*}}}*/ 65 65 /*numerics: {{{1*/
Note:
See TracChangeset
for help on using the changeset viewer.