Changeset 18057 for issm/trunk-jpl/src/c/analyses/ThermalAnalysis.h
- Timestamp:
- 05/25/14 17:30:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/ThermalAnalysis.h
r18055 r18057 35 35 void GetBAdvecprime(IssmDouble* B,Element* element,IssmDouble* xyz_list,Gauss* gauss); 36 36 void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element); 37 void GradientJ(Vector<IssmDouble>* gradient, int control_index);37 void GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index); 38 38 void InputUpdateFromSolution(IssmDouble* solution,Element* element); 39 39 void UpdateConstraints(FemModel* femmodel);
Note:
See TracChangeset
for help on using the changeset viewer.