- Timestamp:
- 08/11/20 19:43:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/HydrologyDCInefficientAnalysis.h
r25317 r25379 9 9 #include "./Analysis.h" 10 10 class Node; 11 class Input 2;11 class Input; 12 12 class HydrologyDCInefficientAnalysis: public Analysis{ 13 13 … … 16 16 int DofsPerNode(int** doflist,int domaintype,int approximation); 17 17 void UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum); 18 void UpdateElements(Elements* elements,Inputs 2* inputs2,IoModel* iomodel,int analysis_counter,int analysis_type);18 void UpdateElements(Elements* elements,Inputs* inputs,IoModel* iomodel,int analysis_counter,int analysis_type); 19 19 void CreateNodes(Nodes* nodes,IoModel* iomodel,bool isamr=false); 20 20 void CreateConstraints(Constraints* constraints,IoModel* iomodel); … … 33 33 34 34 /*Intermediaries*/ 35 IssmDouble SedimentStoring(Element* element, Gauss* gauss, Input 2* sed_head_input, Input2* base_input);36 IssmDouble SedimentTransmitivity(Element* element,Gauss* gauss,Input 2* sed_head_input, Input2* base_input,Input2* SedTrans_input);35 IssmDouble SedimentStoring(Element* element, Gauss* gauss, Input* sed_head_input, Input* base_input); 36 IssmDouble SedimentTransmitivity(Element* element,Gauss* gauss,Input* sed_head_input, Input* base_input,Input* SedTrans_input); 37 37 void GetHydrologyDCInefficientHmax(IssmDouble* ph_max,Element* element, Node* innode); 38 38 IssmDouble GetHydrologyKMatrixTransfer(Element* element); 39 IssmDouble GetHydrologyPVectorTransfer(Element* element, Gauss* gauss, Input 2* epl_head_input);39 IssmDouble GetHydrologyPVectorTransfer(Element* element, Gauss* gauss, Input* epl_head_input); 40 40 void ElementizeEplMask(FemModel* femmodel); 41 41 void HydrologyIDSGetMask(Vector<IssmDouble>* vec_mask, Element* element);
Note:
See TracChangeset
for help on using the changeset viewer.