Last change
on this file since 3445 was 3445, checked in by Eric.Larour, 15 years ago |
Updates for vertices on all modules.
|
File size:
687 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 |
|
---|
| 13 | #include "../../c/issm.h"
|
---|
| 14 |
|
---|
| 15 | #undef __FUNCT__
|
---|
| 16 | #define __FUNCT__ "Gradj"
|
---|
| 17 |
|
---|
| 18 | /* serial input macros: */
|
---|
| 19 | #define ELEMENTS (mxArray*)prhs[0]
|
---|
| 20 | #define NODES (mxArray*)prhs[1]
|
---|
[3445] | 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 | #define INPUTS (mxArray*)prhs[6]
|
---|
| 26 | #define ANALYSIS (mxArray*)prhs[7]
|
---|
| 27 | #define SUBANALYSIS (mxArray*)prhs[8]
|
---|
[1] | 28 |
|
---|
| 29 | /* serial output macros: */
|
---|
| 30 | #define GRADG (mxArray**)&plhs[0]
|
---|
| 31 |
|
---|
| 32 | /* serial arg counts: */
|
---|
| 33 | #undef NLHS
|
---|
| 34 | #define NLHS 1
|
---|
| 35 | #undef NRHS
|
---|
[3445] | 36 | #define NRHS 9
|
---|
[1] | 37 |
|
---|
| 38 |
|
---|
| 39 | #endif /* _GRADJ_H */
|
---|
| 40 |
|
---|
| 41 |
|
---|
| 42 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.