IOSS 2.0
|
A namespace for the textmesh database format. More...
Namespaces | |
namespace | text_mesh |
namespace | unit_test |
Classes | |
class | AssemblyTreeFilter |
struct | BlockPartition |
class | DatabaseIO |
class | IOFactory |
class | IossTopologyMapping |
class | NodeCommunicationMap |
class | TextMesh |
class | TopologyMapEntry |
Typedefs | |
using | EntityId = int64_t |
using | Topology = TopologyMapEntry |
using | TextMeshData = text_mesh::TextMeshData<EntityId, Topology> |
using | ElementData = text_mesh::ElementData<EntityId, Topology> |
using | ElementDataLess = text_mesh::ElementDataLess<EntityId, Topology> |
using | SidesetData = text_mesh::SidesetData<EntityId, Topology> |
using | NodesetData = text_mesh::NodesetData<EntityId> |
using | Assemblies = text_mesh::Assemblies<EntityId> |
using | AssemblyData = text_mesh::AssemblyData |
using | Coordinates = text_mesh::Coordinates<EntityId> |
using | TextMeshParser = text_mesh::TextMeshParser<EntityId, IossTopologyMapping> |
using | ErrorHandler = text_mesh::ErrorHandler |
using | SideBlockInfo = text_mesh::SideBlockInfo |
using | SplitType = text_mesh::SplitType |
using | AssemblyType = text_mesh::AssemblyType |
Functions | |
void | error_handler (const std::ostringstream &message) |
std::ostream & | operator<< (std::ostream &out, const TopologyMapEntry &t) |
A namespace for the textmesh database format.
using Iotm::EntityId = int64_t |
using Iotm::SplitType = text_mesh::SplitType |
using Iotm::Topology = TopologyMapEntry |
void Iotm::error_handler | ( | const std::ostringstream & | message | ) |
|
inline |