Ignore:
Timestamp:
10/10/23 15:27:28 (18 months ago)
Author:
dlcheng
Message:

CHG: Collecting dlcheng-ASE branch changes to misfit calculation. Changes work with r27296 and not from the current revision r27954.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-dlcheng-ASE/src/c/classes/Elements/Tetra.h

    r27852 r27956  
    115115                IssmDouble  MinEdgeLength(IssmDouble* xyz_list){_error_("not implemented yet");};
    116116                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");};
    117119                IssmDouble  MisfitArea(int weightsenum){_error_("not implemented yet");};
    118120                Gauss*      NewGauss(void);
     
    167169                IssmDouble  TotalGroundedBmb(bool scaled){_error_("not implemented yet");};
    168170                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");};
    171171                void        Update(Inputs* inputs,int index, IoModel* iomodel,int analysis_counter,int analysis_type,int finitelement);
    172172                void        UpdateConstraintsExtrudeFromBase(){_error_("not implemented");};
     
    189189                void       SealevelchangeGeometrySubElementKernel(SealevelGeometry* slgeom){_error_("not implemented yet");};
    190190                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");};
    192192                void       SealevelchangeGeometryCentroidLoads(SealevelGeometry* slgeom, IssmDouble* xxe, IssmDouble* yye, IssmDouble* zze, IssmDouble* areae){_error_("not implemented yet");};
    193193                void       SealevelchangeGeometrySubElementLoads(SealevelGeometry* slgeom, IssmDouble* areae){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.