IOSS 2.0
|
#include "Ioss_CodeTypes.h"
#include "Ioss_EntityType.h"
#include "Ioss_Region.h"
#include <cstddef>
#include <cstdint>
#include <map>
#include <set>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "Ioss_ElementTopology.h"
#include "Ioss_StandardElementTypes.h"
#include "Iotm_TextMeshAssembly.h"
#include "Iotm_TextMeshDataTypes.h"
#include "Iotm_TextMeshNodeset.h"
#include "Iotm_TextMeshSideset.h"
#include "Iotm_TextMeshSidesetSplitter.h"
#include "Iotm_TextMeshTopologyMapping.h"
#include "Iotm_TextMeshUtils.h"
#include "iotm_export.h"
Go to the source code of this file.
Classes | |
struct | Iotm::BlockPartition |
class | Iotm::TextMesh |
Namespaces | |
namespace | Iotm |
A namespace for the textmesh database format. | |
Typedefs | |
using | Iotm::EntityId = int64_t |
using | Iotm::Topology = TopologyMapEntry |
using | Iotm::TextMeshData = text_mesh::TextMeshData<EntityId, Topology> |
using | Iotm::ElementData = text_mesh::ElementData<EntityId, Topology> |
using | Iotm::ElementDataLess = text_mesh::ElementDataLess<EntityId, Topology> |
using | Iotm::SidesetData = text_mesh::SidesetData<EntityId, Topology> |
using | Iotm::NodesetData = text_mesh::NodesetData<EntityId> |
using | Iotm::Assemblies = text_mesh::Assemblies<EntityId> |
using | Iotm::AssemblyData = text_mesh::AssemblyData |
using | Iotm::Coordinates = text_mesh::Coordinates<EntityId> |
using | Iotm::TextMeshParser = text_mesh::TextMeshParser<EntityId, IossTopologyMapping> |
using | Iotm::ErrorHandler = text_mesh::ErrorHandler |
using | Iotm::SideBlockInfo = text_mesh::SideBlockInfo |
using | Iotm::SplitType = text_mesh::SplitType |
using | Iotm::AssemblyType = text_mesh::AssemblyType |