Changeset 23189 for issm/trunk/src/c/classes/Elements/Tetra.h
- Timestamp:
- 08/28/18 09:45:51 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk ¶
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 22823-22871,22873-22887,22894-22903,22905-23090,23092-23185,23187
- Property svn:mergeinfo changed
-
issm/trunk/src ¶
- Property svn:mergeinfo changed
-
TabularUnified issm/trunk/src/c/classes/Elements/Tetra.h ¶
r22758 r23189 79 79 int GetNumberOfNodes(int enum_type){_error_("not implemented yet");}; 80 80 int GetNumberOfVertices(void); 81 void GetVectorFromControlInputs(Vector<IssmDouble>* gradient,int control_enum,int control_index,const char* data,int offset ,bool onsid){_error_("not implemented yet");};82 void GetVectorFromControlInputs(Vector<IssmDouble>* gradient,int control_enum,int control_index,const char* data ,bool onsid){_error_("not implemented yet");};81 void GetVectorFromControlInputs(Vector<IssmDouble>* gradient,int control_enum,int control_index,const char* data,int offset){_error_("not implemented yet");}; 82 void GetVectorFromControlInputs(Vector<IssmDouble>* gradient,int control_enum,int control_index,const char* data){_error_("not implemented yet");}; 83 83 void GetVerticesCoordinatesBase(IssmDouble** pxyz_list); 84 84 void GetVerticesCoordinatesTop(IssmDouble** pxyz_list); … … 140 140 void PicoUpdateBoxid(int* pmax_boxid_basin){_error_("not implemented yet");}; 141 141 void PicoUpdateBox(int loopboxid){_error_("not implemented yet");}; 142 void PicoComputeBasalMelt(void){_error_("not implemented yet");}; 142 143 void PotentialUngrounding(Vector<IssmDouble>* potential_sheet_ungrounding){_error_("not implemented yet");}; 143 144 int PressureInterpolation(void); … … 173 174 void VerticalSegmentIndicesBase(int** pindices,int* pnumseg){_error_("not implemented yet");}; 174 175 void ViscousHeating(IssmDouble* pphi,IssmDouble* xyz_list,Gauss* gauss,Input* vx_input,Input* vy_input,Input* vz_input); 175 void ZeroLevelsetCoordinates(IssmDouble** pxyz_zero,IssmDouble* xyz_list,int levelsetenum);176 176 177 177 #ifdef _HAVE_GIAIVINS_ … … 186 186 void SealevelriseEustatic(Vector<IssmDouble>* pSgi,IssmDouble* peustatic,IssmDouble* latitude,IssmDouble* longitude,IssmDouble* radius,IssmDouble oceanarea,IssmDouble eartharea){_error_("not implemented yet!");}; 187 187 void SealevelriseNonEustatic(Vector<IssmDouble>* pSgo,IssmDouble* Sg_old,IssmDouble* latitude,IssmDouble* longitude,IssmDouble* radius,IssmDouble eartharea){_error_("not implemented yet!");}; 188 void SealevelriseGeodetic(Vector<IssmDouble>* pUp,Vector<IssmDouble>* pNorth,Vector<IssmDouble>* pEast,IssmDouble* Sg,IssmDouble* latitude,IssmDouble* longitude,IssmDouble* radius,IssmDouble* xx,IssmDouble* yy,IssmDouble* zz,IssmDouble eartharea ){_error_("not implemented yet!");};188 void SealevelriseGeodetic(Vector<IssmDouble>* pUp,Vector<IssmDouble>* pNorth,Vector<IssmDouble>* pEast,IssmDouble* Sg,IssmDouble* latitude,IssmDouble* longitude,IssmDouble* radius,IssmDouble* xx,IssmDouble* yy,IssmDouble* zz,IssmDouble eartharea,int horiz){_error_("not implemented yet!");}; 189 189 IssmDouble OceanArea(void){_error_("not implemented yet!");}; 190 190 IssmDouble OceanAverage(IssmDouble* Sg){_error_("not implemented yet!");};
Note:
See TracChangeset
for help on using the changeset viewer.