Changeset 16560 for issm/trunk/src/c/classes/Loads/Riftfront.h
- Timestamp:
- 10/28/13 14:43:03 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 16138-16453,16455-16554
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/classes/Loads/Riftfront.h
r16137 r16560 85 85 /*}}}*/ 86 86 /*Riftfront specific routines: {{{*/ 87 bool PreStable();88 87 ElementMatrix* PenaltyCreateKMatrixStressbalanceHoriz(IssmDouble kmax); 89 88 ElementVector* PenaltyCreatePVectorStressbalanceHoriz(IssmDouble kmax); 90 void SetPreStable();91 int PreConstrain(int* punstable);92 89 int Constrain(int* punstable); 93 90 void FreezeConstraints(void); 94 91 bool IsFrozen(void); 95 int Penetration(IssmDouble* ppenetration);96 int MaxPenetration(IssmDouble* ppenetration);97 int PotentialUnstableConstraint(int* punstable);98 int IsMaterialStable(void);99 92 bool IsInput(int name); 100 93 /*}}}*/ 101 94 }; 102 103 95 #endif /* _RIFTFRONT_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.