Last change
on this file since 3712 was 3712, checked in by Eric.Larour, 15 years ago |
Called modules.h instead of issm.h
|
File size:
762 bytes
|
Rev | Line | |
---|
[1] | 1 |
|
---|
| 2 | /*
|
---|
| 3 | Gradj.h
|
---|
| 4 | */
|
---|
| 5 |
|
---|
| 6 |
|
---|
| 7 | #ifndef _GRADJ_H
|
---|
| 8 | #define _GRADJ_H
|
---|
| 9 |
|
---|
| 10 | /* local prototypes: */
|
---|
| 11 | void GradjUsage(void);
|
---|
| 12 |
|
---|
[3712] | 13 | #include "../../c/modules.h"
|
---|
| 14 | #include "../../c/DataSet/DataSet.h"
|
---|
| 15 | #include "../../c/shared/shared.h"
|
---|
[1] | 16 |
|
---|
| 17 | #undef __FUNCT__
|
---|
| 18 | #define __FUNCT__ "Gradj"
|
---|
| 19 |
|
---|
| 20 | /* serial input macros: */
|
---|
| 21 | #define ELEMENTS (mxArray*)prhs[0]
|
---|
| 22 | #define NODES (mxArray*)prhs[1]
|
---|
[3445] | 23 | #define VERTICES (mxArray*)prhs[2]
|
---|
| 24 | #define LOADS (mxArray*)prhs[3]
|
---|
| 25 | #define MATERIALS (mxArray*)prhs[4]
|
---|
| 26 | #define PARAMETERS (mxArray*)prhs[5]
|
---|
| 27 | #define INPUTS (mxArray*)prhs[6]
|
---|
| 28 | #define ANALYSIS (mxArray*)prhs[7]
|
---|
| 29 | #define SUBANALYSIS (mxArray*)prhs[8]
|
---|
[1] | 30 |
|
---|
| 31 | /* serial output macros: */
|
---|
| 32 | #define GRADG (mxArray**)&plhs[0]
|
---|
| 33 |
|
---|
| 34 | /* serial arg counts: */
|
---|
| 35 | #undef NLHS
|
---|
| 36 | #define NLHS 1
|
---|
| 37 | #undef NRHS
|
---|
[3445] | 38 | #define NRHS 9
|
---|
[1] | 39 |
|
---|
| 40 |
|
---|
| 41 | #endif /* _GRADJ_H */
|
---|
| 42 |
|
---|
| 43 |
|
---|
| 44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.