Changeset 15249 for issm/trunk-jpl/src/c/classes/Elements/Element.h
- Timestamp:
- 06/13/13 08:36:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.h
r15223 r15249 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;44 43 virtual void GetSolutionFromInputs(Vector<IssmDouble>* solution)=0; 45 44 virtual int GetNodeIndex(Node* node)=0; … … 136 135 virtual void GetHydrologyTransfer(Vector<IssmDouble>* transfer)=0; 137 136 virtual void UpdateConstraints(void)=0; 137 virtual void HydrologyEPLGetMask(Vector<IssmDouble>* mask)=0; 138 virtual void HydrologyEPLGetActive(Vector<IssmDouble>* active)=0; 138 139 #endif 139 140 };
Note:
See TracChangeset
for help on using the changeset viewer.