Ignore:
Timestamp:
06/16/10 18:20:52 (15 years ago)
Author:
Eric.Larour
Message:

Serious cleanup of the control solutoin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ControlConstrainx/ControlConstrainx.h

    r3913 r4048  
    1 /*!\file:  ControlConstrainx.h
    2  * \brief constrain optimization parameters during inverse method
     1/*!\file:  ControlContrainInputx.h
     2 * \brief header file for field extrusion
    33 */
    44
    5 #ifndef _CONTROLCONSTRAINX_H
    6 #define _CONTROLCONSTRAINX_H
     5#ifndef _CONTROLCONTRAININPUTX_H
     6#define _CONTROLCONTRAININPUTX_H
    77
    88#include "../../DataSet/DataSet.h"
    99
    1010/* local prototypes: */
    11 void ControlConstrainx( double* p_g, int numberofnodes, double cm_min, double cm_max,int control_type);
     11void ControlContrainInputx(DataSet* elements,DataSet* nodes,DataSet* vertices,DataSet* loads,DataSet* materials,Parameters* parameters,int control_type,double cm_min, double cm_max);
    1212
    13 #endif  /* _CONTROLCONSTRAINX_H */
     13#endif  /* _ControlContrainINPUTX_H */
    1414
Note: See TracChangeset for help on using the changeset viewer.