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