|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <vector>#include <map>#include <string>#include <iostream>#include <fstream>#include "moab/Forward.hpp"#include "moab/ReaderIface.hpp"#include "moab/Range.hpp"
Include dependency graph for ReadABAQUS.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define ABAQUS_ASSEMBLY_HANDLE_TAG_NAME "abaqus_assembly_handle" |
Definition at line 221 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_INSTANCE_GLOBAL_ID_TAG_NAME "abaqus_instance_global_id" |
Definition at line 229 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_INSTANCE_HANDLE_TAG_NAME "abaqus_instance_handle" |
Definition at line 220 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_INSTANCE_PART_ID_TAG_NAME "abaqus_instance_part_id" |
Definition at line 228 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_LOCAL_ID_TAG_NAME "abaqus_local_id" |
Definition at line 217 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_MAT_NAME_LENGTH 100 |
Definition at line 234 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_MAT_NAME_TAG_NAME "abaqus_mat_name" |
Definition at line 233 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_PART_HANDLE_TAG_NAME "abaqus_part_handle" |
Definition at line 222 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_SET_NAME_LENGTH 100 |
Definition at line 216 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::create_instance_of_part(), moab::ReadABAQUS::get_set_by_name(), and moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_SET_NAME_TAG_NAME "abaqus_set_name" |
Definition at line 215 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABAQUS_SET_TYPE_TAG_NAME "abaqus_set_type" |
Definition at line 214 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::ReadABAQUS().
| #define ABQ_ASSEMBLY_SET 1 |
Definition at line 236 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::read_assembly().
| #define ABQ_ELEMENT_SET 5 |
Definition at line 240 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::create_instance_of_part(), moab::ReadABAQUS::load_file(), moab::ReadABAQUS::read_element_list(), moab::ReadABAQUS::read_element_set(), moab::ReadABAQUS::read_node_set(), and moab::ReadABAQUS::read_solid_section().
| #define ABQ_INSTANCE_SET 3 |
Definition at line 238 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::read_element_set(), moab::ReadABAQUS::read_instance(), and moab::ReadABAQUS::read_node_set().
| #define ABQ_NODE_SET 4 |
Definition at line 239 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::create_instance_of_part(), moab::ReadABAQUS::load_file(), moab::ReadABAQUS::read_node_list(), and moab::ReadABAQUS::read_node_set().
| #define ABQ_PART_SET 2 |
Definition at line 237 of file ReadABAQUS.hpp.
Referenced by moab::ReadABAQUS::create_instance_of_part(), moab::ReadABAQUS::load_file(), and moab::ReadABAQUS::read_part().