20#include "iogs_export.h"
37 class PropertyManager;
41 class StructuredBlock;
93 void read_meta_data_nl()
override;
98 bool begin_state_nl(
int state,
double time)
override;
100 void get_step_times_nl()
override;
101 std::vector<double> get_db_step_times_nl()
override;
103 void get_nodeblocks();
104 void get_structured_blocks();
141 size_t data_size)
const override;
143 size_t data_size)
const override;
145 void *data,
size_t data_size)
const override;
147 size_t data_size)
const override;
149 size_t data_size)
const override;
156 double currentTime{0.0};
157 int spatialDimension{3};
159 int elementBlockCount{0};
163 bool m_useVariableDf{
true};
#define IOSS_NODISCARD
Definition Ioss_CodeTypes.h:55
#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
Definition Iogs_DatabaseIO.h:69
void setGeneratedMesh(Iogs::GeneratedMesh *generatedMesh)
Definition Iogs_DatabaseIO.h:88
IOSS_NODISCARD const GeneratedMesh * get_gen_struc_mesh() const
Definition Iogs_DatabaseIO.h:86
IOSS_NODISCARD int int_byte_size_db() const override
Definition Iogs_DatabaseIO.h:84
IOSS_NODISCARD const Ioss::NameList & get_sideset_names() const
Definition Iogs_DatabaseIO.h:90
IOSS_NODISCARD std::string get_format() const override
Definition Iogs_DatabaseIO.h:76
Definition Iogs_GeneratedMesh.h:23
Definition Iogs_DatabaseIO.h:56
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
A namespace for the gen_struc database format.
Definition Iogs_DatabaseIO.C:87
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
State
Access states for a database.
Definition Ioss_State.h:15
Ioss::NameList NameList
Definition Ioss_ChangeSetFactory.h:25
DatabaseUsage
Specifies how an Ioss::DatabaseIO object will be used.
Definition Ioss_DBUsage.h:13