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

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

some improvements but anisotropic mesh still crashing

File size: 535 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 TRIANGLESOUT (mxArray**)&plhs[0]
26#define VERTICESOUT (mxArray**)&plhs[1]
27
28/* serial arg counts: */
29#undef NLHS
30#define NLHS 2
31#undef NRHS
32#define NRHS 3
33
34#endif /* _BAMG_H */
35
Note: See TracBrowser for help on using the repository browser.