#include <iostream>#include <cstdlib>#include <cstdio>#include "moab/Core.hpp"#include "moab/Interface.hpp"#include "moab/Range.hpp"#include "moab/AdaptiveKDTree.hpp"#include "moab/ElemEvaluator.hpp"#include "moab/CN.hpp"#include "moab/SpatialLocator.hpp"
Include dependency graph for PointInElementSearch.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| string | test_file_name = string( MESH_DIR ) + string( "/mbtest1.vtk" ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 27 of file PointInElementSearch.cpp.
References moab::CartVect::array(), moab::Range::begin(), moab::BoundBox::bMax, moab::BoundBox::bMin, moab::CN::EntityTypeName(), moab::Core::get_entities_by_dimension(), moab::Core::load_file(), moab::SpatialLocator::local_box(), moab::SpatialLocator::locate_point(), mb, MB_CHK_ERR, MB_CHK_SET_ERR, moab::params, moab::Range::size(), test_file_name, and moab::Core::type_from_handle().
| string test_file_name = string( MESH_DIR ) + string( "/mbtest1.vtk" ) |
Definition at line 25 of file PointInElementSearch.cpp.
Referenced by main().