Changeset 4702 for issm/trunk/src/c/objects/Elements/Beam.h
- Timestamp:
- 07/21/10 15:35:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Beam.h
r4575 r4702 85 85 void InputControlConstrain(int control_type,double cm_min, double cm_max); 86 86 void InputConvergence(int* pconverged,double* eps, int* enums,int num_enums,int* criterionenums,double* criterionvalues,int num_criterionenums); 87 void 87 void InputDepthAverageAtBase(int enum_type,int average_enum_type){ISSMERROR("not implemented yet");} 88 88 void InputDuplicate(int original_enum,int new_enum); 89 89 void InputScale(int enum_type,double scale_factor); 90 90 void InputToResult(int enum_type,int step,double time); 91 double MassFlux(double* segment); 91 void MaterialUpdateFromTemperature(void){ISSMERROR("not implemented yet");}; 92 double MassFlux(double* segment); 92 93 void MaxAbsVx(double* pmaxabsvx, bool process_units); 93 94 void MaxAbsVy(double* pmaxabsvy, bool process_units);
Note:
See TracChangeset
for help on using the changeset viewer.