00001 /*
00002 * IntxUtils.cpp
00003 *
00004 * Created on: Oct 3, 2012
00005 */
00006 #ifdef _MSC_VER /* windows */
00007 #define _USE_MATH_DEFINES // For M_PI
00008 #endif
00009
00010 #ifdef WIN32 /* windows */
00011 #define _USE_MATH_DEFINES // For M_PI
00012 #endif
00013 #include
00014 #include
00015 #include
00016 // this is for sstream
00017 #include
00018
00019 #include "moab/IntxMesh/IntxUtils.hpp"
00020 // this is from mbcoupler; maybe it should be moved somewhere in moab src
00021 // right now, add a dependency to mbcoupler
00022 // #include "ElemUtil.hpp"
00023 #include "moab/MergeMesh.hpp"
00024 #include "moab/ReadUtilIface.hpp"
00025 #include "MBTagConventions.hpp"
00026 #define CHECKNEGATIVEAREA
00027
00028 #ifdef CHECKNEGATIVEAREA
00029 #include
00030 #endif
00031 #include
00032 #include