#include "moab/Core.hpp"
#include "moab/Range.hpp"
#include "moab/CN.hpp"
#include <iostream>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ MESH_DIR
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
- Examples
- GetEntities.cpp.
Definition at line 23 of file GetEntities.cpp.
33 if( NULL ==
mb )
return 1;
56 <<
" vertex connectivity is: ";
57 for(
int i = 0; i < num_connect; i++ )
References moab::Range::begin(), moab::Range::end(), moab::CN::EntityTypeName(), ErrorCode, moab::Core::get_adjacencies(), moab::Core::get_connectivity(), moab::Core::get_entities_by_handle(), moab::Core::id_from_handle(), moab::Core::load_mesh(), mb, MB_CHK_ERR, MBENTITYSET, MBVERTEX, moab::Range::print(), test_file_name, and moab::Core::type_from_handle().
◆ test_file_name
string test_file_name = string( MESH_DIR ) + string( "/hex01.vtk" ) |