|
Last change
on this file since 4043 was 4043, checked in by Eric.Larour, 15 years ago |
|
Changing to new framework where analysis_type and sub_analysis_type are picked up in the parameters, whenever needed.
This greatly simplifies the API of the code -> don't have to carry along analysis_type and sub_analysis_type.
|
|
File size:
468 bytes
|
| Line | |
|---|
| 1 | /*!\file UpdateInputsFromDakotax
|
|---|
| 2 | * \brief: update datasets using parameter inputs
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #include "./UpdateInputsFromDakotax.h"
|
|---|
| 6 | #include "../../shared/shared.h"
|
|---|
| 7 | #include "../../include/include.h"
|
|---|
| 8 | #include "../../toolkits/toolkits.h"
|
|---|
| 9 | #include "../../EnumDefinitions/EnumDefinitions.h"
|
|---|
| 10 |
|
|---|
| 11 | void UpdateInputsFromDakotax(double* variables,char** variables_descriptors,int numvariables,FemModel* femmodel,double* qmu_part,int qmu_npart){
|
|---|
| 12 |
|
|---|
| 13 | ISSMERROR(" not supported yet!");
|
|---|
| 14 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.