Last change
on this file since 11427 was 5578, checked in by Mathieu Morlighem, 15 years ago |
Added a module to add noise on any input (might be useful for control methods)
|
File size:
484 bytes
|
Line | |
---|
1 | /*!\file: InputArtificialNoisex.h
|
---|
2 | * \brief header file for updating datasets from inputs
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _INPUTARTIFICIALNOISEX_H
|
---|
6 | #define _INPUTARTIFICIALNOISEX_H
|
---|
7 |
|
---|
8 | #include "../../objects/objects.h"
|
---|
9 | #include "../../Container/Container.h"
|
---|
10 |
|
---|
11 | /* local prototypes: */
|
---|
12 | void InputArtificialNoisex( Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads, Materials* materials, Parameters* parameters,int enum_name,double min,double max);
|
---|
13 |
|
---|
14 | #endif /* _UPDATEINPUTSFROMVECTORXX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.