Ignore:
Timestamp:
05/21/13 15:11:26 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving BasisInt to generic functions + some cleanup

File:
1 edited

Legend:

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

    r15015 r15060  
    4141                virtual void   CreatePVector(Vector<IssmDouble>* pf)=0;
    4242                virtual void   CreateJacobianMatrix(Matrix<IssmDouble>* Jff)=0;
     43                virtual void   BasisIntegral(Vector<IssmDouble>* basisg)=0;
    4344                virtual void   GetSolutionFromInputs(Vector<IssmDouble>* solution)=0;
    4445                virtual int    GetNodeIndex(Node* node)=0;
     
    135136                #ifdef _HAVE_HYDROLOGY_
    136137                virtual void GetHydrologyDCInefficientHmax(IssmDouble* ph_max, Node* innode)=0;
    137                 virtual void BasisIntegral(Vector<IssmDouble>* basisg)=0;
    138138                virtual void GetHydrologyTransfer(Vector<IssmDouble>* transfer)=0;
    139139                #endif
Note: See TracChangeset for help on using the changeset viewer.