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

Last change on this file since 4236 was 4236, checked in by Eric.Larour, 15 years ago

New Container directory, with the format DataSet files. Split the header files from DataSet.h into Inputs.h, Elements.h, etc ...

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