Changeset 25317 for issm/trunk-jpl/src/c/analyses/ThermalAnalysis.h
- Timestamp:
- 07/31/20 09:21:13 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/ThermalAnalysis.h
r25261 r25317 32 32 ElementVector* CreatePVectorVolume(Element* element); 33 33 void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element); 34 void GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index);34 void GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_interp,int control_index); 35 35 void InputUpdateFromSolution(IssmDouble* solution,Element* element); 36 36 void UpdateConstraints(FemModel* femmodel);
Note:
See TracChangeset
for help on using the changeset viewer.