Changeset 94
- Timestamp:
- 04/28/09 15:19:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Icefront.h
r1 r94 65 65 void GetDofList(int* doflist,int* pnumberofdofs); 66 66 void SegmentPressureLoad(double* pe_g,double rho_water,double rho_ice,double gravity, double* thickness_list, double* bed_list, double* normal,double length,int fill); 67 void QuadPressureLoad(double* pe_g,double rho_water,double rho_ice,double gravity, double* thickness_list, double* bed_list, 68 double* normal1,double* normal2,double* normal3,double* normal4,double* xyz_list, int fill); 67 69 void PenaltyCreateKMatrix(Mat Kgg,ParameterInputs* inputs,double kmax,int analysis_type); 68 70 void PenaltyCreatePVector(Vec pg,ParameterInputs* inputs,double kmax,int analysis_type);
Note:
See TracChangeset
for help on using the changeset viewer.