Changeset 10703 for issm/trunk/src/c/objects/Elements/Tria.h
- Timestamp:
- 11/17/11 13:53:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.h
r10574 r10703 123 123 void MinVy(double* pminvy, bool process_units); 124 124 void MinVz(double* pminvz, bool process_units); 125 double RheologyBbarx(void);126 125 int NodalValue(double* pvalue, int index, int natureofdataenum,bool process_units); 127 126 double MassFlux(double* segment,bool process_units); … … 129 128 void MaxAbsVy(double* pmaxabsvy, bool process_units); 130 129 void MaxAbsVz(double* pmaxabsvz, bool process_units); 130 void ElementResponse(double* presponse,int response_enum,bool process_units); 131 131 void MaxVel(double* pmaxvel, bool process_units); 132 132 void MaxVx(double* pmaxvx, bool process_units);
Note:
See TracChangeset
for help on using the changeset viewer.