Last change
on this file since 12004 was 12004, checked in by cborstad, 13 years ago |
merged trunk-jpl into trunk-jpl-damage through revision 11990
|
File size:
656 bytes
|
Rev | Line | |
---|
[5775] | 1 | /*
|
---|
| 2 | CreateNodalConstraints.h
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _CREATENODALCONSTRAINTS_H
|
---|
| 6 | #define _CREATENODALCONSTRAINTS_H
|
---|
| 7 |
|
---|
| 8 | /* local prototypes: */
|
---|
| 9 | void CreateNodalConstraintsUsage(void);
|
---|
| 10 |
|
---|
[12004] | 11 | #include "../../c/include/globals.h"
|
---|
[5775] | 12 | #include "../../c/modules/modules.h"
|
---|
| 13 | #include "../../c/Container/Container.h"
|
---|
| 14 | #include "../../c/shared/shared.h"
|
---|
| 15 |
|
---|
| 16 | #undef __FUNCT__
|
---|
| 17 | #define __FUNCT__ "CreateNodalConstraints"
|
---|
| 18 |
|
---|
| 19 | /* serial input macros: */
|
---|
| 20 | #define NODES (mxArray*)prhs[0]
|
---|
| 21 | #define ANALYSISTYPE (mxArray*)prhs[1]
|
---|
| 22 |
|
---|
| 23 | /* serial output macros: */
|
---|
| 24 | #define YS (mxArray**)&plhs[0]
|
---|
| 25 |
|
---|
| 26 | /* serial arg counts: */
|
---|
| 27 | #undef NLHS
|
---|
| 28 | #define NLHS 1
|
---|
| 29 | #undef NRHS
|
---|
| 30 | #define NRHS 2
|
---|
| 31 |
|
---|
| 32 | #endif /* _REDUCEVECTORGTOF_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.