- Timestamp:
- 10/10/23 15:27:28 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-dlcheng-ASE/src/c/classes/Elements/Tetra.h
r27852 r27956 115 115 IssmDouble MinEdgeLength(IssmDouble* xyz_list){_error_("not implemented yet");}; 116 116 IssmDouble Misfit(int modelenum,int observationenum,int weightsenum){_error_("not implemented yet");}; 117 void MisfitAccumulate(int modelenum,IssmDouble dt){_error_("not implemented yet");}; 118 IssmDouble MisfitAnnual(int modelenum,int observationenum,int weightsenum,IssmDouble annual_dt){_error_("not implemented yet");}; 117 119 IssmDouble MisfitArea(int weightsenum){_error_("not implemented yet");}; 118 120 Gauss* NewGauss(void); … … 167 169 IssmDouble TotalGroundedBmb(bool scaled){_error_("not implemented yet");}; 168 170 IssmDouble TotalSmb(bool scaled){_error_("not implemented yet");}; 169 IssmDouble TotalSmbMelt(bool scaled){_error_("not implemented yet");};170 IssmDouble TotalSmbRefreeze(bool scaled){_error_("not implemented yet");};171 171 void Update(Inputs* inputs,int index, IoModel* iomodel,int analysis_counter,int analysis_type,int finitelement); 172 172 void UpdateConstraintsExtrudeFromBase(){_error_("not implemented");}; … … 189 189 void SealevelchangeGeometrySubElementKernel(SealevelGeometry* slgeom){_error_("not implemented yet");}; 190 190 void SealevelchangeShift(GrdLoads* loads, IssmDouble offset, SealevelGeometry* slgeom){_error_("not implemented yet");}; 191 void SealevelchangeGeometryInitial(IssmDouble* xxe, IssmDouble* yye, IssmDouble* zze, IssmDouble* areae, int* lids , int* vcount){_error_("not implemented yet");};191 void SealevelchangeGeometryInitial(IssmDouble* xxe, IssmDouble* yye, IssmDouble* zze, IssmDouble* areae, int* lids){_error_("not implemented yet");}; 192 192 void SealevelchangeGeometryCentroidLoads(SealevelGeometry* slgeom, IssmDouble* xxe, IssmDouble* yye, IssmDouble* zze, IssmDouble* areae){_error_("not implemented yet");}; 193 193 void SealevelchangeGeometrySubElementLoads(SealevelGeometry* slgeom, IssmDouble* areae){_error_("not implemented yet");};
Note:
See TracChangeset
for help on using the changeset viewer.