Go to the source code of this file.
Macros | |
#define | MESH_DIR "." |
Functions | |
int | main (int argc, char **argv) |
Variables | |
string | test_file_name = string( MESH_DIR ) + string( "/hex01.vtk" ) |
string | out_file = string( "outFile.h5m" ) |
#define MESH_DIR "." |
Definition at line 16 of file DeleteEdges.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 22 of file DeleteEdges.cpp.
References moab::Core::delete_entities(), ErrorCode, moab::Core::get_entities_by_dimension(), moab::Core::load_mesh(), mb, MB_CHK_ERR, out_file, test_file_name, and moab::Core::write_file().
string out_file = string( "outFile.h5m" ) |
Definition at line 20 of file DeleteEdges.cpp.
Referenced by main().
string test_file_name = string( MESH_DIR ) + string( "/hex01.vtk" ) |
Definition at line 19 of file DeleteEdges.cpp.
Referenced by main().