#include "moab/Core.hpp"#include "moab/Range.hpp"#include "moab/CN.hpp"#include <iostream>#include <memory>
Include dependency graph for DeleteEdges.cpp: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 25 of file DeleteEdges.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file DeleteEdges.cpp.
References moab::Core::delete_entities(), moab::Core::get_entities_by_dimension(), moab::Core::load_mesh(), mb, MB_CHK_ERR, MB_CHK_SET_ERR, MB_SUCCESS, MESH_DIR, out_file, moab::Range::size(), and moab::Core::write_file().
| string out_file = string( "outFile.h5m" ) |
Definition at line 29 of file DeleteEdges.cpp.
Referenced by main().
| string test_file_name = string( MESH_DIR ) + string( "/hex01.vtk" ) |
Definition at line 28 of file DeleteEdges.cpp.