Last change
on this file since 4404 was 4404, checked in by Mathieu Morlighem, 15 years ago |
analysis and subanalysis not needed here
|
File size:
738 bytes
|
Rev | Line | |
---|
[3530] | 1 | /*
|
---|
| 2 | ComputeBasalStress.h
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _COMPUTEBASALSTRESS_H
|
---|
| 6 | #define _COMPUTEBASALSTRESS_H
|
---|
| 7 |
|
---|
| 8 | /* local prototypes: */
|
---|
| 9 | void ComputeBasalStressUsage(void);
|
---|
| 10 |
|
---|
[3913] | 11 | #include "../../c/modules/modules.h"
|
---|
[4236] | 12 | #include "../../c/Container/Container.h"
|
---|
[3712] | 13 | #include "../../c/shared/shared.h"
|
---|
[3530] | 14 |
|
---|
| 15 | #undef __FUNCT__
|
---|
| 16 | #define __FUNCT__ "ComputeBasalStress"
|
---|
| 17 |
|
---|
| 18 | /* serial input macros: */
|
---|
| 19 | #define ELEMENTS (mxArray*)prhs[0]
|
---|
| 20 | #define NODES (mxArray*)prhs[1]
|
---|
| 21 | #define VERTICES (mxArray*)prhs[2]
|
---|
| 22 | #define LOADS (mxArray*)prhs[3]
|
---|
| 23 | #define MATERIALS (mxArray*)prhs[4]
|
---|
| 24 | #define PARAMETERS (mxArray*)prhs[5]
|
---|
| 25 |
|
---|
| 26 | /* serial output macros: */
|
---|
| 27 | #define SIGMA (mxArray**)&plhs[0]
|
---|
| 28 |
|
---|
| 29 | /* serial arg counts: */
|
---|
| 30 | #undef NLHS
|
---|
| 31 | #define NLHS 1
|
---|
| 32 | #undef NRHS
|
---|
[4404] | 33 | #define NRHS 6
|
---|
[3530] | 34 |
|
---|
| 35 | #endif /* _COMPUTEPRESSURE_H */
|
---|
| 36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.