Last change
on this file since 13101 was 12878, checked in by cborstad, 13 years ago |
merged trunk-jpl into trunk-jpl-damage through revision 12877
|
File size:
496 bytes
|
Line | |
---|
1 | /*!\file: DakotaResponsesx.h
|
---|
2 | * \brief header file for computing dakota responses
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _DAKOTARESPONSESXX_H
|
---|
6 | #define _DAKOTARESPONSESXX_H
|
---|
7 |
|
---|
8 | #include "../../classes/objects/objects.h"
|
---|
9 | #include "../../Container/Container.h"
|
---|
10 |
|
---|
11 | void DakotaResponsesx(double* d_responses,Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters,char** responses_descriptors,int numresponsedescriptors,int d_numresponses);
|
---|
12 |
|
---|
13 | #endif /* _DAKOTARESPONSESXX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.