Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::VtkHdfV2DataWriter Class Reference

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.
TraceAccessoroperator= (const TraceAccessor &rhs)
 Copy assignment operator.
virtual ~TraceAccessor ()
 Frees resources.
ITraceMngtraceMng () 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

Detailed Description

Definition at line 88 of file VtkHdfV2PostProcessor.cc.

Constructor & Destructor Documentation

◆ VtkHdfV2DataWriter()

Arcane::VtkHdfV2DataWriter::VtkHdfV2DataWriter ( IMesh * mesh,
const ItemGroupCollection & groups,
bool is_collective_io )

Definition at line 361 of file VtkHdfV2PostProcessor.cc.

Member Function Documentation

◆ beginWrite()

void Arcane::VtkHdfV2DataWriter::beginWrite ( const VariableCollection & vars)
overridevirtual

Implements Arcane::IDataWriter.

Definition at line 377 of file VtkHdfV2PostProcessor.cc.

◆ endWrite()

void Arcane::VtkHdfV2DataWriter::endWrite ( )
overridevirtual

Implements Arcane::IDataWriter.

Definition at line 1070 of file VtkHdfV2PostProcessor.cc.

◆ setDirectoryName()

void Arcane::VtkHdfV2DataWriter::setDirectoryName ( const String & dir_name)
inline

Definition at line 245 of file VtkHdfV2PostProcessor.cc.

◆ setMaxWriteSize()

void Arcane::VtkHdfV2DataWriter::setMaxWriteSize ( Int64 v)
inline

Definition at line 246 of file VtkHdfV2PostProcessor.cc.

◆ setMetaData()

void Arcane::VtkHdfV2DataWriter::setMetaData ( const String & meta_data)
overridevirtual

Sets the metadata information.

Implements Arcane::IDataWriter.

Definition at line 1125 of file VtkHdfV2PostProcessor.cc.

◆ setTimes()

void Arcane::VtkHdfV2DataWriter::setTimes ( RealConstArrayView times)
inline

Definition at line 244 of file VtkHdfV2PostProcessor.cc.

◆ write()


The documentation for this class was generated from the following file: