- Timestamp:
- 06/16/10 18:20:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ControlConstrainx/ControlConstrainx.h
r3913 r4048 1 /*!\file: ControlCon strainx.h2 * \brief constrain optimization parameters during inverse method1 /*!\file: ControlContrainInputx.h 2 * \brief header file for field extrusion 3 3 */ 4 4 5 #ifndef _CONTROLCON STRAINX_H6 #define _CONTROLCON STRAINX_H5 #ifndef _CONTROLCONTRAININPUTX_H 6 #define _CONTROLCONTRAININPUTX_H 7 7 8 8 #include "../../DataSet/DataSet.h" 9 9 10 10 /* local prototypes: */ 11 void ControlCon strainx( double* p_g, int numberofnodes, double cm_min, double cm_max,int control_type);11 void ControlContrainInputx(DataSet* elements,DataSet* nodes,DataSet* vertices,DataSet* loads,DataSet* materials,Parameters* parameters,int control_type,double cm_min, double cm_max); 12 12 13 #endif /* _C ONTROLCONSTRAINX_H */13 #endif /* _ControlContrainINPUTX_H */ 14 14
Note:
See TracChangeset
for help on using the changeset viewer.