IOSS 2.0
|
#include "Ioss_CodeTypes.h"
#include "Ionit_Initializer.h"
#include "Ioss_Assembly.h"
#include "Ioss_CommSet.h"
#include "Ioss_DBUsage.h"
#include "Ioss_DatabaseIO.h"
#include "Ioss_ElementBlock.h"
#include "Ioss_ElementTopology.h"
#include "Ioss_EntityType.h"
#include "Ioss_Field.h"
#include "Ioss_GroupingEntity.h"
#include "Ioss_IOFactory.h"
#include "Ioss_MeshType.h"
#include "Ioss_NodeBlock.h"
#include "Ioss_NodeSet.h"
#include "Ioss_ParallelUtils.h"
#include "Ioss_PropertyManager.h"
#include "Ioss_Region.h"
#include "Ioss_SideBlock.h"
#include "Ioss_SideSet.h"
#include "Ioss_StandardElementTypes.h"
#include <gtest/gtest.h>
#include <string>
#include <unordered_map>
#include <memory>
#include <strings.h>
#include <vector>
#include "text_mesh/Iotm_TextMeshNodeset.h"
#include "text_mesh/Iotm_TextMeshSideset.h"
#include "text_mesh/Iotm_TextMeshTopologyMapping.h"
#include "text_mesh/Iotm_TextMeshUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | Iotm |
A namespace for the textmesh database format. | |
namespace | Iotm::unit_test |
namespace | anonymous_namespace{UnitTestIotmTextMeshFixture.h} |
Macros | |
#define | ThrowRequireWithMsg(expr, message) |
Typedefs | |
using | Topology = Iotm::TopologyMapEntry |
using | TopologyMapping = Iotm::IossTopologyMapping |
using | EntityIdVector = std::vector<EntityId> |
using | EntityIdSet = std::set<EntityId> |
using | TextMeshData = Iotm::text_mesh::TextMeshData<EntityId, Topology> |
using | ElementData = Iotm::text_mesh::ElementData<EntityId, Topology> |
using | SidesetData = Iotm::text_mesh::SidesetData<EntityId, Topology> |
using | NodesetData = Iotm::text_mesh::NodesetData<EntityId> |
using | Coordinates = Iotm::text_mesh::Coordinates<EntityId> |
using | TextMeshParser = Iotm::text_mesh::TextMeshParser<EntityId, TopologyMapping> |
using | SideAdjacencyGraph = Iotm::text_mesh::SideAdjacencyGraph<EntityId, Topology> |
using | SideBlockInfo = Iotm::text_mesh::SideBlockInfo |
using | SideEntry = std::pair<EntityId, int> |
using | SideVector = std::vector<SideEntry> |
using | SplitType = Iotm::text_mesh::SplitType |
using | anonymous_namespace{UnitTestIotmTextMeshFixture.h}::TestTextMeshSkin = TestTextMesh |
#define ThrowRequireWithMsg | ( | expr, | |
message ) |
using Coordinates = Iotm::text_mesh::Coordinates<EntityId> |
using ElementData = Iotm::text_mesh::ElementData<EntityId, Topology> |
using EntityIdSet = std::set<EntityId> |
using EntityIdVector = std::vector<EntityId> |
using NodesetData = Iotm::text_mesh::NodesetData<EntityId> |
using SideAdjacencyGraph = Iotm::text_mesh::SideAdjacencyGraph<EntityId, Topology> |
using SideEntry = std::pair<EntityId, int> |
using SidesetData = Iotm::text_mesh::SidesetData<EntityId, Topology> |
using SideVector = std::vector<SideEntry> |
using SplitType = Iotm::text_mesh::SplitType |
using TextMeshData = Iotm::text_mesh::TextMeshData<EntityId, Topology> |
using TextMeshParser = Iotm::text_mesh::TextMeshParser<EntityId, TopologyMapping> |
using Topology = Iotm::TopologyMapEntry |