/* InputUpdateFromDakota.h */ #ifndef _UPDATEINPUTSFROMDAKOTA_H #define _UPDATEINPUTSFROMDAKOTA_H /* local prototypes: */ void InputUpdateFromDakotaUsage(void); #include "../../c/modules/modules.h" #include "../../c/Container/Container.h" #include "../../c/shared/shared.h" #include "../../c/EnumDefinitions/EnumDefinitions.h" #undef __FUNCT__ #define __FUNCT__ "InputUpdateFromDakota" /* serial input macros: */ #define ELEMENTSIN (mxArray*)prhs[0] #define NODESIN (mxArray*)prhs[1] #define VERTICESIN (mxArray*)prhs[2] #define LOADSIN (mxArray*)prhs[3] #define MATERIALSIN (mxArray*)prhs[4] #define PARAMETERSIN (mxArray*)prhs[5] #define VARIABLES (mxArray*)prhs[6] #define VARIABLESDESCRIPTORS (mxArray*)prhs[7] /* serial output macros: */ #define ELEMENTS (mxArray**)&plhs[0] #define LOADS (mxArray**)&plhs[1] #define MATERIALS (mxArray**)&plhs[2] /* serial arg counts: */ #undef NLHS #define NLHS 3 #undef NRHS #define NRHS 8 #endif /* _UPDATEINPUTSFROMDAKOTA_H */