Ignore:
Timestamp:
02/18/16 11:57:08 (9 years ago)
Author:
seroussi
Message:

NEW: starting to implement TotalFloatingBmb and TotalGroundedBmb outputs

File:
1 edited

Legend:

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

    r20020 r20209  
    286286                virtual int        TensorInterpolation()=0;
    287287                virtual IssmDouble TimeAdapt()=0;
     288                virtual IssmDouble TotalFloatingBmb(void)=0;
     289                virtual IssmDouble TotalGroundedBmb(void)=0;
    288290                virtual IssmDouble TotalSmb(void)=0;
    289291                virtual void       Update(int index, IoModel* iomodel,int analysis_counter,int analysis_type,int finite_element)=0;
Note: See TracChangeset for help on using the changeset viewer.