21#include "iohb_export.h"
36 class PropertyManager;
40 class StructuredBlock;
96 void flush_database_nl()
const override;
101 bool begin_state_nl(
int state,
double time)
override;
102 bool end_state_nl(
int state,
double time)
override;
104 void initialize()
const;
123 size_t data_size)
const override;
140 time_t timeLastFlush_{0};
141 time_t flushInterval_{10};
143 std::ostream *logStream{
nullptr};
144 std::unique_ptr<Layout> layout_{};
145 std::unique_ptr<Layout> legend_{};
147 std::string defaultTsFormat{
"[%H:%M:%S]"};
148 std::string tsFormat{};
149 std::string separator_{
", "};
152 bool showLabels{
true};
153 bool showLegend{
false};
154 bool appendOutput{
false};
155 bool addTimeField{
false};
157 bool initialized_{
false};
158 bool streamNeedsDelete{
false};
#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 Iohb_DatabaseIO.h:66
IOSS_NODISCARD int64_t node_global_to_local_nl(int64_t, bool) const override
Definition Iohb_DatabaseIO.h:84
IOSS_NODISCARD int int_byte_size_db() const override
Definition Iohb_DatabaseIO.h:81
IOSS_NODISCARD int64_t element_global_to_local_nl(int64_t) const override
Definition Iohb_DatabaseIO.h:89
IOSS_NODISCARD std::string get_format() const override
Definition Iohb_DatabaseIO.h:73
void read_meta_data_nl() override
Definition Iohb_DatabaseIO.h:94
Definition Iohb_DatabaseIO.h:53
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
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 heartbeat database format.
Definition Iohb_DatabaseIO.C:102
Format
Definition Iohb_DatabaseIO.h:50
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