Last change
on this file since 12330 was 12330, checked in by Mathieu Morlighem, 13 years ago |
merged trunk-jpl and trunk for revision 12326M
|
File size:
1000 bytes
|
Rev | Line | |
---|
[9571] | 1 | /*!\file: Dakotax.h
|
---|
| 2 | * \brief header file for Qmu engine using Dakota
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _DAKOTAX_H
|
---|
| 6 | #define _DAKOTAX_H
|
---|
| 7 |
|
---|
| 8 | #include "../../Container/Container.h"
|
---|
| 9 | #include "../../objects/objects.h"
|
---|
| 10 |
|
---|
| 11 | /* local prototypes: */
|
---|
[12330] | 12 | int SpawnCore(double* responses, int numresponses, double* variables, char** variables_descriptors,int numvariables, void* femmodel,int counter);
|
---|
[9761] | 13 | int DescriptorIndex(char* root, int* pindex,char* descriptor);
|
---|
[9571] | 14 |
|
---|
| 15 | void Dakotax(FemModel* femmodel);
|
---|
| 16 | void SpawnCoreParallel(double* responses, int numresponses, double* variables, char** variables_descriptors,int numvariables, FemModel* femmodel,int counter);
|
---|
| 17 | void DakotaResponses(double* responses,char** responses_descriptors,int numresponses,FemModel* femmodel);
|
---|
| 18 | void DakotaMPI_Bcast(double** pvariables, char*** pvariables_descriptors,int* pnumvariables, int* pnumresponses);
|
---|
| 19 | void DakotaFree(double** pvariables,char*** pvariables_descriptors,char*** presponses_descriptors,int numvariables,int numresponses);
|
---|
| 20 |
|
---|
| 21 | #endif /* _DAKOTAX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.