Ignore:
Timestamp:
06/13/13 08:36:55 (12 years ago)
Author:
bdef
Message:

CHG: Changes in the way we deal with the EPL mask

File:
1 edited

Legend:

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

    r15223 r15249  
    4141                virtual void   CreatePVector(Vector<IssmDouble>* pf)=0;
    4242                virtual void   CreateJacobianMatrix(Matrix<IssmDouble>* Jff)=0;
    43                 virtual void   BasisIntegral(Vector<IssmDouble>* basisg)=0;
    4443                virtual void   GetSolutionFromInputs(Vector<IssmDouble>* solution)=0;
    4544                virtual int    GetNodeIndex(Node* node)=0;
     
    136135                virtual void GetHydrologyTransfer(Vector<IssmDouble>* transfer)=0;
    137136                virtual void UpdateConstraints(void)=0;
     137                virtual void HydrologyEPLGetMask(Vector<IssmDouble>* mask)=0;
     138                virtual void HydrologyEPLGetActive(Vector<IssmDouble>* active)=0;
    138139                #endif
    139140};
Note: See TracChangeset for help on using the changeset viewer.