Go to the documentation of this file.00001
00007
00008 #include "moab/Core.hpp"
00009 #include "moab/Interface.hpp"
00010 #include
00011 #include
00012
00013 #include "moab/IntxMesh/IntxUtils.hpp"
00014 #include
00015 using namespace moab;
00016
00017 double radius = 1.;
00018
00019 int main( int argc, char** argv )
00020 {
00021
00022 bool delete_partition_sets = false;
00023
00024 if( argc < 3 ) return 1;
00025
00026 int index = 1;
00027 char* input_mesh1 = argv[1];
00028 char* output = argv[2];
00029 while( index < argc )
00030 {
00031 if( !strcmp( argv[index], "-R" ) )
00032 {
00033 radius = atof( argv[++index] );
00034 }
00035 if( !strcmp( argv[index], "-DS" ) )
00036 {
00037 delete_partition_sets = true;
00038 }
00039
00040 if( !strcmp( argv[index], "-h" ) )
00041 {
00042 std::cout << " usage: proj1