Classes | |
| struct | DatasetGroupAndName |
| Class to store a pair (hdf_group, dataset_name). More... | |
| struct | DatasetInfo |
| Class to store offset information. More... | |
| struct | WritePartInfo |
| Offset information for the part to write associated with a rank. More... | |
| struct | ItemGroupCollectiveInfo |
| Collective information for an ItemGroup;. More... | |
| struct | DataInfo |
| Stores info about the data to be saved and the associated offset. More... | |
Public Member Functions | |
| VtkHdfV2DataWriter (IMesh *mesh, const ItemGroupCollection &groups, bool is_collective_io) | |
| void | beginWrite (const VariableCollection &vars) override |
| void | endWrite () override |
| void | setMetaData (const String &meta_data) override |
| Sets the metadata information. | |
| void | write (IVariable *var, IData *data) override |
| Writes the data data of the variable var. | |
| void | setTimes (RealConstArrayView times) |
| void | setDirectoryName (const String &dir_name) |
| void | setMaxWriteSize (Int64 v) |
| Public Member Functions inherited from Arcane::TraceAccessor | |
| TraceAccessor (ITraceMng *m) | |
| Constructs an accessor via the trace manager m. | |
| TraceAccessor (const TraceAccessor &rhs) | |
| Copy constructor. | |
| TraceAccessor & | operator= (const TraceAccessor &rhs) |
| Copy assignment operator. | |
| virtual | ~TraceAccessor () |
| Frees resources. | |
| ITraceMng * | traceMng () const |
| Trace manager. | |
| TraceMessage | info () const |
| Flow for an information message. | |
| TraceMessage | pinfo () const |
| Flow for a parallel information message. | |
| TraceMessage | info (char category) const |
| Flow for an information message of a given category. | |
| TraceMessage | pinfo (char category) const |
| Flow for a parallel information message of a given category. | |
| TraceMessage | info (bool v) const |
| Flow for an information message. | |
| TraceMessage | warning () const |
| Flow for a warning message. | |
| TraceMessage | pwarning () const |
| TraceMessage | error () const |
| Flow for an error message. | |
| TraceMessage | perror () const |
| TraceMessage | log () const |
| Flow for a log message. | |
| TraceMessage | plog () const |
| Flow for a log message. | |
| TraceMessage | logdate () const |
| Flow for a log message preceded by the date. | |
| TraceMessage | fatal () const |
| Flow for a fatal error message. | |
| TraceMessage | pfatal () const |
| Flow for a parallel fatal error message. | |
| TraceMessageDbg | debug (Trace::eDebugLevel=Trace::Medium) const |
| Flow for a debug message. | |
| Trace::eDebugLevel | configDbgLevel () const |
| Debug level of the configuration file. | |
| TraceMessage | info (Int32 verbose_level) const |
| Flow for an information message of a given level. | |
| TraceMessage | linfo () const |
| Flow for an information message with the local information level of this instance. | |
| TraceMessage | linfo (Int32 relative_level) const |
| Flow for an information message with the local information level of this instance. | |
| void | fatalMessage (const StandaloneTraceMessage &o) const |
| Public Member Functions inherited from Arcane::IDataWriter | |
| virtual | ~IDataWriter ()=default |
| Frees resources. | |
Additional Inherited Members | |
| Protected Member Functions inherited from Arcane::TraceAccessor | |
| void | _setLocalVerboseLevel (Int32 v) |
| Int32 | _localVerboseLevel () const |
Definition at line 88 of file VtkHdfV2PostProcessor.cc.
| Arcane::VtkHdfV2DataWriter::VtkHdfV2DataWriter | ( | IMesh * | mesh, |
| const ItemGroupCollection & | groups, | ||
| bool | is_collective_io ) |
Definition at line 361 of file VtkHdfV2PostProcessor.cc.
|
overridevirtual |
Implements Arcane::IDataWriter.
Definition at line 377 of file VtkHdfV2PostProcessor.cc.
|
overridevirtual |
Implements Arcane::IDataWriter.
Definition at line 1070 of file VtkHdfV2PostProcessor.cc.
|
inline |
Definition at line 245 of file VtkHdfV2PostProcessor.cc.
|
inline |
Definition at line 246 of file VtkHdfV2PostProcessor.cc.
|
overridevirtual |
Sets the metadata information.
Implements Arcane::IDataWriter.
Definition at line 1125 of file VtkHdfV2PostProcessor.cc.
|
inline |
Definition at line 244 of file VtkHdfV2PostProcessor.cc.
Writes the data data of the variable var.
Implements Arcane::IDataWriter.
Definition at line 1134 of file VtkHdfV2PostProcessor.cc.
References ARCANE_CHECK_POINTER, ARCANE_FATAL, Arcane::IVariable::dataType(), Arcane::IVariable::dimension(), Arcane::DT_Int32, Arcane::DT_Int64, Arcane::DT_Real, Arcane::DT_Real2, Arcane::DT_Real3, Arcane::IK_Cell, Arcane::IK_Node, Arcane::TraceAccessor::info(), Arcane::IVariable::isPartial(), Arcane::IVariable::itemKind(), Arcane::IVariable::name(), and Arcane::TraceAccessor::warning().