|
Last change
on this file since 1046 was 1046, checked in by Mathieu Morlighem, 16 years ago |
|
param_g is now on 1 dof
|
|
File size:
390 bytes
|
| Line | |
|---|
| 1 | /*!\file: ControlConstrainx.h
|
|---|
| 2 | * \brief constrain optimization parameters during inverse method
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #ifndef _CONTROLCONSTRAINX_H
|
|---|
| 6 | #define _CONTROLCONSTRAINX_H
|
|---|
| 7 |
|
|---|
| 8 | #include "../DataSet/DataSet.h"
|
|---|
| 9 |
|
|---|
| 10 | /* local prototypes: */
|
|---|
| 11 | void ControlConstrainx( double* p_g, int numberofnodes, double mincontrolconstraint, double maxcontrolconstraint,char* control_type);
|
|---|
| 12 |
|
|---|
| 13 | #endif /* _CONTROLCONSTRAINX_H */
|
|---|
| 14 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.