Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::VtkHdfPostProcessor Class Reference

Post-processing in Ensight Hdf format. More...

Inheritance diagram for Arcane::VtkHdfPostProcessor:
Collaboration diagram for Arcane::VtkHdfPostProcessor:

Public Member Functions

 VtkHdfPostProcessor (const ServiceBuildInfo &sbi)
IDataWriterdataWriter () override
 Returns the writer associated with this post-processor.
void notifyBeginWrite () override
 Notifies that an output is going to be performed with the current parameters.
void notifyEndWrite () override
 Notifies that an output has just been performed.
void close () override
 Closes the writer. After closing, it can no longer be used.
Public Member Functions inherited from Arcane::ArcaneVtkHdfPostProcessorObject
 ArcaneVtkHdfPostProcessorObject (const Arcane::ServiceBuildInfo &sbi)
 Constructeur.
virtual ~ArcaneVtkHdfPostProcessorObject ()
 Destructeur.
CaseOptionsVtkHdfPostProcessoroptions () const
 Options du jeu de données du service.
Public Member Functions inherited from Arcane::PostProcessorWriterBase
 PostProcessorWriterBase (const ServiceBuildInfo &sbi)
void build () override
 Build-level construction of the service.
Public Member Functions inherited from Arcane::BasicService
 ~BasicService () override
 Releases resources.
virtual ISubDomainsubDomain ()
Public Member Functions inherited from Arcane::AbstractService
 ~AbstractService () override
 Destructor.
IServiceInfoserviceInfo () const override
 Access to service information. See IServiceInfo for details.
IBaseserviceParent () const override
 Access to the base interface of main Arcane objects.
IServiceserviceInterface () override
 Returns the low-level IService interface of the service.
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::IService
virtual ~IService ()
 Releases resources.
Public Member Functions inherited from Arcane::MeshAccessor
 MeshAccessor (ISubDomain *sd)
 MeshAccessor (IMesh *mesh)
 MeshAccessor (const MeshHandle &mesh_handle)
Integer nbCell () const
 Returns the number of cells in the mesh.
Integer nbFace () const
 Returns the number of faces in the mesh.
Integer nbEdge () const
 Returns the number of edges in the mesh.
Integer nbNode () const
 Returns the number of nodes in the mesh.
VariableNodeReal3nodesCoordinates () const
 Returns the coordinates of the mesh nodes.
NodeGroup allNodes () const
 Returns the group containing all nodes.
EdgeGroup allEdges () const
 Returns the group containing all edges.
FaceGroup allFaces () const
 Returns the group containing all faces.
CellGroup allCells () const
 Returns the group containing all cells.
FaceGroup outerFaces () const
 Returns the group containing all boundary faces.
NodeGroup ownNodes () const
 Returns the group containing all nodes specific to this domain.
CellGroup ownCells () const
 Returns the group containing all cells specific to this domain.
FaceGroup ownFaces () const
 Group containing all faces specific to this domain.
EdgeGroup ownEdges () const
 Group containing all edges specific to this domain.
IMeshmesh () const
const MeshHandlemeshHandle () const
Public Member Functions inherited from Arcane::CommonVariables
 CommonVariables (IModule *c)
 Constructs the references of the common variables for the module c.
 CommonVariables (IVariableMng *variable_mng)
 Constructs the references of the common variables for the manager variable_mng.
 CommonVariables (ISubDomain *sd)
 Constructs the references of the common variables for the subdomain sd.
virtual ~CommonVariables ()
 Releases resources.
Int32 globalIteration () const
 Current iteration number.
Real globalTime () const
 Current time.
Real globalOldTime () const
 Previous current time.
Real globalFinalTime () const
 Final time of the simulation.
Real globalDeltaT () const
 Current Delta T.
Real globalCPUTime () const
 CPU time used (in seconds).
Real globalOldCPUTime () const
 Previous CPU time used (in seconds).
Real globalElapsedTime () const
 Clock time (elapsed) used (in seconds).
Real globalOldElapsedTime () const
 Previous clock time (elapsed) used (in seconds).
Public Member Functions inherited from Arcane::PostProcessorWriterCommonBase
void setBaseDirectoryName (const String &dirname) override
 Positions the output directory name for files.
const StringbaseDirectoryName () override
 Name of the output directory for files.
void setBaseFileName (const String &filename) override
 Positions the name of the file containing the outputs.
const StringbaseFileName () override
 Name of the file containing the outputs.
void setTimes (ConstArrayView< Real > times) override
 Positions the list of times.
ConstArrayView< Realtimes () override
 List of saved times.
void setVariables (VariableCollection variables) override
 Positions the list of variables to output.
VariableCollection variables () override
 List of variables to save.
void setGroups (ItemGroupCollection groups) override
 Positions the list of groups to output.
ItemGroupCollection groups () override
 List of groups to save.
Public Member Functions inherited from Arcane::IPostProcessorWriter
virtual ~IPostProcessorWriter ()=default
 Releases resources.
virtual String getBaseDirectoryName ()
 Name of the output directory for files.
virtual String getBaseFileName ()
 Name of the file containing the outputs.
virtual void setMesh (IMesh *mesh)
 Positions the mesh.

Private Attributes

std::unique_ptr< IDataWriterm_writer

Additional Inherited Members

Static Public Member Functions inherited from Arcane::ArcaneVtkHdfPostProcessorObject
template<typename ServiceClassType>
static void fillServiceInfo (Arcane::ServiceInfo *si)
Public Attributes inherited from Arcane::CommonVariables
VariableScalarInt32 m_global_iteration
 Current iteration.
VariableScalarReal m_global_time
 Current time.
VariableScalarReal m_global_deltat
 Global Delta T.
VariableScalarReal m_global_old_time
 Time previous to the current time.
VariableScalarReal m_global_old_deltat
 Delta T at the time previous to the global time.
VariableScalarReal m_global_final_time
 Final time of the case.
VariableScalarReal m_global_old_cpu_time
 Previous CPU time used (in seconds).
VariableScalarReal m_global_cpu_time
 CPU time used (in seconds).
VariableScalarReal m_global_old_elapsed_time
 Previous clock time used (in seconds).
VariableScalarReal m_global_elapsed_time
 Clock time used (in seconds).
Protected Member Functions inherited from Arcane::BasicService
 BasicService (const ServiceBuildInfo &)
Protected Member Functions inherited from Arcane::AbstractService
 AbstractService (const ServiceBuildInfo &)
 Constructor from a ServiceBuildInfo.
Protected Member Functions inherited from Arcane::TraceAccessor
void _setLocalVerboseLevel (Int32 v)
Int32 _localVerboseLevel () const
Protected Member Functions inherited from Arcane::IService
 IService ()
 Constructor.

Detailed Description

Post-processing in Ensight Hdf format.

Definition at line 785 of file VtkHdfPostProcessor.cc.

Constructor & Destructor Documentation

◆ VtkHdfPostProcessor()

Arcane::VtkHdfPostProcessor::VtkHdfPostProcessor ( const ServiceBuildInfo & sbi)
inlineexplicit

Definition at line 790 of file VtkHdfPostProcessor.cc.

Member Function Documentation

◆ close()

void Arcane::VtkHdfPostProcessor::close ( )
inlineoverridevirtual

Closes the writer. After closing, it can no longer be used.

Implements Arcane::IPostProcessorWriter.

Definition at line 808 of file VtkHdfPostProcessor.cc.

◆ dataWriter()

IDataWriter * Arcane::VtkHdfPostProcessor::dataWriter ( )
inlineoverridevirtual

Returns the writer associated with this post-processor.

The returned pointer is only valid between calls to notifyBeginWrite() and notifyEndWrite().

Implements Arcane::IPostProcessorWriter.

Definition at line 795 of file VtkHdfPostProcessor.cc.

◆ notifyBeginWrite()

void Arcane::VtkHdfPostProcessor::notifyBeginWrite ( )
inlineoverridevirtual

Notifies that an output is going to be performed with the current parameters.

Implements Arcane::IPostProcessorWriter.

Definition at line 796 of file VtkHdfPostProcessor.cc.

References Arcane::PostProcessorWriterCommonBase::baseDirectoryName(), Arcane::Directory::file(), Arcane::PostProcessorWriterCommonBase::groups(), and Arcane::PostProcessorWriterCommonBase::times().

Here is the call graph for this function:

◆ notifyEndWrite()

void Arcane::VtkHdfPostProcessor::notifyEndWrite ( )
inlineoverridevirtual

Notifies that an output has just been performed.

Implements Arcane::IPostProcessorWriter.

Definition at line 804 of file VtkHdfPostProcessor.cc.

Member Data Documentation

◆ m_writer

std::unique_ptr<IDataWriter> Arcane::VtkHdfPostProcessor::m_writer
private

Definition at line 812 of file VtkHdfPostProcessor.cc.


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