Changeset 91
- Timestamp:
- 04/28/09 15:17:36 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Tria.h
r70 r91 44 44 int onbed; 45 45 double viscosity_overshoot; 46 46 47 47 public: 48 48 … … 67 67 68 68 void CreateKMatrixDiagnosticHoriz(Mat Kgg,ParameterInputs* inputs,int analysis_type); 69 void CreateKMatrixDiagnosticHorizFriction(Mat Kgg,ParameterInputs* inputs,int analysis_type); 69 70 void GetParameterValue(double* pp, double* plist, double* gauss_l1l2l3); 70 71 void GetParameterDerivativeValue(double* p, double* plist,double* xyz_list, double* gauss_l1l2l3); … … 94 95 void GetBedList(double* bed_list); 95 96 Object* copy(); 97 void NodeConfiguration(int* tria_node_ids,Node* tria_nodes[3],int* tria_node_offsets); 98 void MaticeConfiguration(Matice* matice,int matice_offset); 99 void MatparConfiguration(Matpar* matpar,int matpar_offset); 96 100 97 101 98 102 }; 99 103 #endif /* _TRIA_H */ 100
Note:
See TracChangeset
for help on using the changeset viewer.