Changeset 15060 for issm/trunk-jpl/src/c/classes/Elements/Element.h
- Timestamp:
- 05/21/13 15:11:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.h
r15015 r15060 41 41 virtual void CreatePVector(Vector<IssmDouble>* pf)=0; 42 42 virtual void CreateJacobianMatrix(Matrix<IssmDouble>* Jff)=0; 43 virtual void BasisIntegral(Vector<IssmDouble>* basisg)=0; 43 44 virtual void GetSolutionFromInputs(Vector<IssmDouble>* solution)=0; 44 45 virtual int GetNodeIndex(Node* node)=0; … … 135 136 #ifdef _HAVE_HYDROLOGY_ 136 137 virtual void GetHydrologyDCInefficientHmax(IssmDouble* ph_max, Node* innode)=0; 137 virtual void BasisIntegral(Vector<IssmDouble>* basisg)=0;138 138 virtual void GetHydrologyTransfer(Vector<IssmDouble>* transfer)=0; 139 139 #endif
Note:
See TracChangeset
for help on using the changeset viewer.