Changeset 5281 for issm/trunk/src/c/objects/Elements/Penta.h
- Timestamp:
- 08/16/10 11:37:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.h
r5258 r5281 71 71 void Configure(Elements* elements,Loads* loads,DataSet* nodes,Materials* materials,Parameters* parameters); 72 72 void SetCurrentConfiguration(Elements* elements,Loads* loads,DataSet* nodes,Materials* materials,Parameters* parameters); 73 double CostFunction(bool process_units);73 double RegularizeInversion(void); 74 74 void CreateKMatrix(Mat Kgg); 75 75 void CreatePVector(Vec pg); … … 104 104 void MinVy(double* pminvy, bool process_units); 105 105 void MinVz(double* pminvz, bool process_units); 106 double Misfit(bool process_units); 106 double SurfaceAbsVelMisfit(bool process_units); 107 double SurfaceRelVelMisfit(bool process_units); 108 double SurfaceLogVelMisfit(bool process_units); 109 double SurfaceLogVxVyMisfit(bool process_units); 110 double SurfaceAverageVelMisfit(bool process_units); 107 111 void PatchFill(int* pcount, Patch* patch); 108 112 void PatchSize(int* pnumrows, int* pnumvertices,int* pnumnodes);
Note:
See TracChangeset
for help on using the changeset viewer.