![]() |
Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include "ReadSms.hpp"#include "FileTokenizer.hpp"#include "Internals.hpp"#include "moab/Interface.hpp"#include "moab/ReadUtilIface.hpp"#include "moab/Range.hpp"#include "MBTagConventions.hpp"#include "MBParallelConventions.h"#include "moab/CN.hpp"#include <cerrno>#include <cstring>#include <map>#include <set>#include <iostream>
Include dependency graph for ReadSms.cpp:Go to the source code of this file.
Namespaces | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
| #define | CHECK(a) |
| #define | CHECKN(a) if( n != ( a ) ) return MB_FILE_WRITE_ERROR |
| #define CHECK | ( | a | ) |
if( MB_SUCCESS != result ) \ { \ std::cerr << ( a ) << std::endl; \ return result; \ }
Definition at line 38 of file ReadSms.cpp.
Referenced by advection(), create_mesh_no_holes(), DirectAccessNoHolesF90(), findadjacency(), moab::ReadSms::load_file_impl(), QUAD_VERTS(), test_change_to_set(), test_getEntArrAdj_down(), test_getEntArrAdj_none(), test_getEntArrAdj_up(), test_getEntArrAdj_vertex(), test_hex_nat_coords(), test_initial_inactive(), and test_initial_notexist().
| #define CHECKN | ( | a | ) | if( n != ( a ) ) return MB_FILE_WRITE_ERROR |
Definition at line 45 of file ReadSms.cpp.
Referenced by moab::ReadSms::load_file_impl().