MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Tqdcfr.hpp"
#include "moab/Core.hpp"
#include "moab/Range.hpp"
#include "moab/FileOptions.hpp"
#include <iostream>
#include <string>
#include "moab/ReadUtilIface.hpp"
#include "SequenceManager.hpp"
#include "moab/GeomTopoTool.hpp"
#include "MBTagConventions.hpp"
#include "moab/CN.hpp"
#include "Internals.hpp"
#include "moab/HigherOrderFactory.hpp"
#include "exodus_order.h"
#include <sstream>
#include <cassert>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | RR if( MB_SUCCESS != result ) return result |
#define | IO_ASSERT(C) INT_IO_ERROR( C, __LINE__ ) |
#define | MAX(a, b) ( ( a ) > ( b ) ? ( a ) : ( b ) ) |
#define | MIN(a, b) ( ( a ) < ( b ) ? ( a ) : ( b ) ) |
#define | REC records[current_record] |
Functions | |
static void | moab::INT_IO_ERROR (bool condition, unsigned line) |
static void | moab::swap8_voff (long *data) |
static void | moab::swap4_uint (unsigned int *data) |
Variables | |
static int | moab::major = -1 |
static int | moab::minor = -1 |
const int *const *const *const | moab::cub_elem_order_map = exodus_elem_order_map |
const char *const | moab::BLOCK_NODESET_OFFSET_TAG_NAME = "BLOCK_NODESET_OFFSET" |
const char *const | moab::BLOCK_SIDESET_OFFSET_TAG_NAME = "BLOCK_SIDESET_OFFSET" |
#define IO_ASSERT | ( | C | ) | INT_IO_ERROR( C, __LINE__ ) |
Definition at line 112 of file Tqdcfr.cpp.
Referenced by moab::Tqdcfr::FREADCA(), moab::Tqdcfr::FREADDA(), moab::Tqdcfr::FREADIA(), moab::Tqdcfr::FSEEK(), and moab::Tqdcfr::read_file_header().
#define MAX | ( | a, | |
b | |||
) | ( ( a ) > ( b ) ? ( a ) : ( b ) ) |
#define MIN | ( | a, | |
b | |||
) | ( ( a ) < ( b ) ? ( a ) : ( b ) ) |
#define REC records[current_record] |
Referenced by moab::Tqdcfr::interpret_acis_records().
#define RR if( MB_SUCCESS != result ) return result |
Definition at line 106 of file Tqdcfr.cpp.
Referenced by moab::Tqdcfr::load_file(), and moab::Tqdcfr::read_nodes().