source: issm/trunk/src/mex/ComputeBasalStress/ComputeBasalStress.h@ 11995

Last change on this file since 11995 was 11995, checked in by Mathieu Morlighem, 13 years ago

merged trunk-jpl and trunk for revision 11994M

File size: 775 bytes
RevLine 
[3530]1/*
2 ComputeBasalStress.h
3*/
4
5#ifndef _COMPUTEBASALSTRESS_H
6#define _COMPUTEBASALSTRESS_H
7
8/* local prototypes: */
9void ComputeBasalStressUsage(void);
10
[11995]11#include "../../c/include/globals.h"
[3913]12#include "../../c/modules/modules.h"
[4236]13#include "../../c/Container/Container.h"
[3712]14#include "../../c/shared/shared.h"
[3530]15
16#undef __FUNCT__
17#define __FUNCT__ "ComputeBasalStress"
18
19/* serial input macros: */
20#define ELEMENTS (mxArray*)prhs[0]
21#define NODES (mxArray*)prhs[1]
22#define VERTICES (mxArray*)prhs[2]
23#define LOADS (mxArray*)prhs[3]
24#define MATERIALS (mxArray*)prhs[4]
25#define PARAMETERS (mxArray*)prhs[5]
26
27/* serial output macros: */
28#define SIGMA (mxArray**)&plhs[0]
29
30/* serial arg counts: */
31#undef NLHS
32#define NLHS 1
33#undef NRHS
[4404]34#define NRHS 6
[3530]35
36#endif /* _COMPUTEPRESSURE_H */
37
Note: See TracBrowser for help on using the repository browser.