source: issm/trunk/src/mex/Bamg/Bamg.h@ 2780

Last change on this file since 2780 was 2780, checked in by Mathieu Morlighem, 15 years ago

some improvements in Bamg

File size: 559 bytes
Line 
1
2/*
3 Bamg.h
4*/
5
6
7#ifndef _BAMG_H
8#define _BAMG_H
9
10/* local prototypes: */
11void BamgUsage(void);
12
13#include "../../c/issm.h"
14
15#undef __FUNCT__
16#define __FUNCT__ "Bamg"
17
18
19/* serial input macros: */
20#define BAMGMESH (mxArray*)prhs[0]
21#define BAMGGEOMETRY (mxArray*)prhs[1]
22#define BAMGOPTIONS (mxArray*)prhs[2]
23
24/* serial output macros: */
25#define ELEMENTSOUT (mxArray**)&plhs[0]
26#define XOUT (mxArray**)&plhs[1]
27#define YOUT (mxArray**)&plhs[2]
28
29/* serial arg counts: */
30#undef NLHS
31#define NLHS 3
32#undef NRHS
33#define NRHS 3
34
35#endif /* _BAMG_H */
36
Note: See TracBrowser for help on using the repository browser.