Ignore:
Timestamp:
05/04/22 05:12:41 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving calving rate calculation OUT of MovingFront

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Elements/Element.h

    r26964 r26983  
    7171      void               Autoregression(bool isstepforar,int arorder,IssmDouble telapsed_ar,IssmDouble* beta0,IssmDouble* beta1,IssmDouble* phi,bool isfieldstochastic,int enum_type);
    7272                void               BasinLinearFloatingiceMeltingRate(IssmDouble* deepwaterel,IssmDouble* upperwatermelt,IssmDouble* upperwaterel,IssmDouble* perturbation);
     73                void               CalvingSetZeroRate(void);
     74                void               CalvingFromRate(void);
    7375                void               ComputeLambdaS(void);
    7476                void               ComputeNewDamage();
     
    230232                virtual void       AverageOntoPartition(Vector<IssmDouble>* partition_contributions,Vector<IssmDouble>* partition_areas,IssmDouble* vertex_response,IssmDouble* qmu_part)=0;
    231233                virtual void             BasalNodeIndices(int* pnumindices,int** pindices,int finiteelement){_error_("not implemented yet");};
    232                 virtual void       CalvingProjectionXY(void){_error_("not implemented yet");};
    233234                virtual void       CalvingRateParameterization(void){_error_("not implemented yet");};
    234235                virtual void       CalvingRateVonmises(void){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.