Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
ReadABAQUS.cpp File Reference
#include "ReadABAQUS.hpp"
#include <algorithm>
#include <ctime>
#include <string>
#include <cassert>
#include <cstdio>
#include <cmath>
#include "moab/Range.hpp"
#include "moab/Interface.hpp"
#include "MBTagConventions.hpp"
#include "Internals.hpp"
#include "moab/ReadUtilIface.hpp"
#include "AffineXform.hpp"
#include "moab/FileOptions.hpp"
+ Include dependency graph for ReadABAQUS.cpp:

Go to the source code of this file.

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Macros

#define ABQ_AMBIGUOUS   "AMBIGUOUS"
 
#define ABQ_UNDEFINED   "UNDEFINED"
 
#define DEG2RAD   0.017453292519943295769236907684886
 
#define MB_RETURN_IF_FAIL    if( MB_SUCCESS != status ) return status
 

Macro Definition Documentation

◆ ABQ_AMBIGUOUS

#define ABQ_AMBIGUOUS   "AMBIGUOUS"

Definition at line 41 of file ReadABAQUS.cpp.

◆ ABQ_UNDEFINED

#define ABQ_UNDEFINED   "UNDEFINED"

Definition at line 42 of file ReadABAQUS.cpp.

◆ DEG2RAD

#define DEG2RAD   0.017453292519943295769236907684886

Definition at line 43 of file ReadABAQUS.cpp.

◆ MB_RETURN_IF_FAIL

#define MB_RETURN_IF_FAIL    if( MB_SUCCESS != status ) return status

Definition at line 45 of file ReadABAQUS.cpp.