source: issm/trunk/src/c/modules/ControlConstrainx/ControlConstrainx.h@ 4048

Last change on this file since 4048 was 4048, checked in by Eric.Larour, 15 years ago

Serious cleanup of the control solutoin

File size: 434 bytes
RevLine 
[4048]1/*!\file: ControlContrainInputx.h
2 * \brief header file for field extrusion
[1]3 */
4
[4048]5#ifndef _CONTROLCONTRAININPUTX_H
6#define _CONTROLCONTRAININPUTX_H
[1]7
[3913]8#include "../../DataSet/DataSet.h"
[1]9
10/* local prototypes: */
[4048]11void ControlContrainInputx(DataSet* elements,DataSet* nodes,DataSet* vertices,DataSet* loads,DataSet* materials,Parameters* parameters,int control_type,double cm_min, double cm_max);
[1]12
[4048]13#endif /* _ControlContrainINPUTX_H */
[1]14
Note: See TracBrowser for help on using the repository browser.