/* ComputeBasalStress.h */ #ifndef _COMPUTEBASALSTRESS_H #define _COMPUTEBASALSTRESS_H /* local prototypes: */ void ComputeBasalStressUsage(void); #include "../../c/modules/modules.h" #include "../../c/Container/Container.h" #include "../../c/shared/shared.h" #undef __FUNCT__ #define __FUNCT__ "ComputeBasalStress" /* serial input macros: */ #define ELEMENTS (mxArray*)prhs[0] #define NODES (mxArray*)prhs[1] #define VERTICES (mxArray*)prhs[2] #define LOADS (mxArray*)prhs[3] #define MATERIALS (mxArray*)prhs[4] #define PARAMETERS (mxArray*)prhs[5] /* serial output macros: */ #define SIGMA (mxArray**)&plhs[0] /* serial arg counts: */ #undef NLHS #define NLHS 1 #undef NRHS #define NRHS 6 #endif /* _COMPUTEPRESSURE_H */