Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
Tqdcfr.cpp File Reference
#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>
+ Include dependency graph for Tqdcfr.cpp:

Go to the source code of this file.

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Macros

#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"
 

Macro Definition Documentation

◆ IO_ASSERT

#define IO_ASSERT (   C)    INT_IO_ERROR( C, __LINE__ )

Definition at line 112 of file Tqdcfr.cpp.

◆ MAX

#define MAX (   a,
 
)    ( ( a ) > ( b ) ? ( a ) : ( b ) )

◆ MIN

#define MIN (   a,
 
)    ( ( a ) < ( b ) ? ( a ) : ( b ) )

◆ REC

#define REC   records[current_record]

◆ RR

#define RR    if( MB_SUCCESS != result ) return result

Definition at line 106 of file Tqdcfr.cpp.