20#include "iotm_export.h"
37 class PropertyManager;
41 class StructuredBlock;
74 std::string
get_format()
const override {
return "TextMesh"; }
80 unsigned entity_field_support()
const override;
89 void read_meta_data_nl()
override;
94 bool begin_state_nl(
int state,
double time)
override;
96 void get_step_times_nl()
override;
98 std::vector<double> get_db_step_times_nl()
override;
100 void get_nodeblocks();
101 void get_elemblocks();
105 void get_assemblies();
108 std::vector<std::string> &block_membership)
const override;
110 void update_block_omissions_from_assemblies();
113 const Ioss::Map &get_element_map()
const;
116 size_t data_size)
const override;
118 size_t data_size)
const override;
120 size_t data_size)
const override;
122 size_t data_size)
const override;
124 size_t data_size)
const override;
126 size_t data_size)
const override;
128 size_t data_size)
const override;
160 double currentTime{0.0};
161 int spatialDimension{3};
163 int elementBlockCount{0};
166 int assemblyCount{0};
168 bool m_useVariableDf{
true};
#define IOSS_NOOP_PFI(type)
Definition Ioss_CodeTypes.h:119
int Ioss_MPI_Comm
Definition Ioss_CodeTypes.h:64
#define IOSS_NOOP_GFI(type)
Definition Ioss_CodeTypes.h:114
A homogeneous collection of other GroupingEntities.
Definition Ioss_Assembly.h:31
A homogeneous collection of other GroupingEntities.
Definition Ioss_Blob.h:31
Definition Ioss_CommSet.h:27
An input or output Database.
Definition Ioss_DatabaseIO.h:63
A collection of element edges with the same topology.
Definition Ioss_EdgeBlock.h:29
A collection of element edges.
Definition Ioss_EdgeSet.h:30
A collection of elements having the same topology.
Definition Ioss_ElementBlock.h:29
A collection of elements.
Definition Ioss_ElementSet.h:30
A collection of element faces with the same topology.
Definition Ioss_FaceBlock.h:29
A collection of element faces.
Definition Ioss_FaceSet.h:30
Holds metadata for bulk data associated with a GroupingEntity.
Definition Ioss_Field.h:25
Base class for all 'grouping' entities. The following derived classes are typical:
Definition Ioss_GroupingEntity.h:67
The main public user interface for creating Ioss::DatabaseIO objects.
Definition Ioss_IOFactory.h:35
A collection of all nodes in the region.
Definition Ioss_NodeBlock.h:33
A collection of nodes.
Definition Ioss_NodeSet.h:29
A collection of Ioss::Property objects.
Definition Ioss_PropertyManager.h:36
A grouping entity that contains other grouping entities.
Definition Ioss_Region.h:93
A collection of element sides having the same topology.
Definition Ioss_SideBlock.h:37
A collection of element sides.
Definition Ioss_SideSet.h:29
A structured zone – i,j,k.
Definition Ioss_StructuredBlock.h:91
Definition Iotm_DatabaseIO.h:67
int int_byte_size_db() const override
Definition Iotm_DatabaseIO.h:82
const TextMesh * get_text_mesh() const
Definition Iotm_DatabaseIO.h:84
void set_text_mesh(Iotm::TextMesh *textMesh)
Definition Iotm_DatabaseIO.h:86
std::string get_format() const override
Definition Iotm_DatabaseIO.h:74
Definition Iotm_DatabaseIO.h:55
Definition Iotm_TextMesh.h:64
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
State
Access states for a database.
Definition Ioss_State.h:15
DatabaseUsage
Specifies how an Ioss::DatabaseIO object will be used.
Definition Ioss_DBUsage.h:13
A namespace for the textmesh database format.
Definition Iotm_DatabaseIO.C:95