Changeset 5772 for issm/trunk/src/c/objects/Loads/Numericalflux.h
- Timestamp:
- 09/13/10 13:18:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Numericalflux.h
r5739 r5772 65 65 void Configure(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters); 66 66 void SetCurrentConfiguration(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters); 67 void CreateKMatrix(Mat Kgg );68 void CreatePVector(Vec pg );69 void PenaltyCreateKMatrix(Mat Kgg, double kmax);70 void PenaltyCreatePVector(Vec pg, double kmax);67 void CreateKMatrix(Mat Kgg, Mat Kff, Mat Kfs); 68 void CreatePVector(Vec pg, Vec pf); 69 void PenaltyCreateKMatrix(Mat Kgg,Mat Kff, Mat kfs, double kmax); 70 void PenaltyCreatePVector(Vec pg,Vec pf, double kmax); 71 71 bool InAnalysis(int analysis_type); 72 72 /*}}}*/ 73 73 /*Numericalflux management:{{{1*/ 74 void GetDofList(int** pdoflist );74 void GetDofList(int** pdoflist,int approximation_enum,int setenum); 75 75 void GetNormal(double* normal,double xyz_list[4][3]); 76 76 void CreateKMatrixInternal(Mat Kgg);
Note:
See TracChangeset
for help on using the changeset viewer.