| Line | |
|---|
| 1 | /*!\file: UpdateInputsFromConstantx.h
|
|---|
| 2 | * \brief header file for updating datasets from inputs
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #ifndef _UPDATEINPUTSFROMCONSTANTXX_H
|
|---|
| 6 | #define _UPDATEINPUTSFROMCONSTANTXX_H
|
|---|
| 7 |
|
|---|
| 8 | #include "../../objects/objects.h"
|
|---|
| 9 | #include "../../DataSet/DataSet.h"
|
|---|
| 10 |
|
|---|
| 11 | /* local prototypes: */
|
|---|
| 12 | void UpdateInputsFromConstantx( DataSet* elements,DataSet* nodes, DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, bool constant, int name);
|
|---|
| 13 | void UpdateInputsFromConstantx( DataSet* elements,DataSet* nodes, DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, int constant, int name);
|
|---|
| 14 | void UpdateInputsFromConstantx( DataSet* elements,DataSet* nodes, DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, double constant, int name);
|
|---|
| 15 |
|
|---|
| 16 | #endif /* _UPDATEINPUTSFROMCONSTANTXX_H */
|
|---|
| 17 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.