Changeset 18968 for issm/trunk-jpl/src/c/classes/Elements/Tetra.h
- Timestamp:
- 12/30/14 08:26:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tetra.h
r18953 r18968 54 54 void ControlToVectors(Vector<IssmPDouble>* vector_control, Vector<IssmPDouble>* vector_gradient,int control_enum){_error_("not implemented yet");}; 55 55 void Delta18oParameterization(void){_error_("not implemented yet");}; 56 void MungsmtpParameterization(void){_error_("not implemented yet");}; 56 57 IssmDouble DragCoefficientAbsGradient(void){_error_("not implemented yet");}; 57 58 void ElementResponse(IssmDouble* presponse,int response_enum){_error_("not implemented yet");}; … … 135 136 int NumberofNodesPressure(void); 136 137 int NumberofNodesVelocity(void); 137 void PositiveDegreeDay(IssmDouble* pdds,IssmDouble* pds,IssmDouble signorm ){_error_("not implemented yet");};138 void PositiveDegreeDay(IssmDouble* pdds,IssmDouble* pds,IssmDouble signorm,bool ismungsm){_error_("not implemented yet");}; 138 139 void PotentialUngrounding(Vector<IssmDouble>* potential_sheet_ungrounding){_error_("not implemented yet");}; 139 140 int PressureInterpolation(void);
Note:
See TracChangeset
for help on using the changeset viewer.