Changeset 18301 for issm/trunk/src/c/analyses/DamageEvolutionAnalysis.h
- Timestamp:
- 07/30/14 14:22:43 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/analyses/DamageEvolutionAnalysis.h
r17806 r18301 29 29 void GetBprime(IssmDouble* B,Element* element,int dim,IssmDouble* xyz_list,Gauss* gauss); 30 30 void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element); 31 void GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index); 31 32 void InputUpdateFromSolution(IssmDouble* solution,Element* element); 32 33 void UpdateConstraints(FemModel* femmodel); 33 34 34 35 /*Intermediaries*/ 35 void CreateDamageFInput(Element* element); 36 void CreateDamageFInputPralong(Element* element); 37 void CreateDamageFInputExp(Element* element); 36 38 }; 37 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.