Overture  Version 25
cutcell.hh
Go to the documentation of this file.
1 #ifndef __CUTCELL__
2 #define __CUTCELL__
3 
4 #include "OvertureTypes.h"
5 #include "SquareMapping.h"
6 #include "ArraySimple.h"
7 
11  // activeButTooCloseNode,
13 };
14 
15 void cutcell(SquareMapping &square, real dx, real dy,
16  intArray &faces, realArray &xyz,
17  intArray &mask);
18 #endif