WRApplication
External kratos "application" for multiscale time integration.
HDF5SnapshotManager Class Reference

Snapshot manager specialized for HDF5Snapshot. More...

Inheritance diagram for HDF5SnapshotManager:
Collaboration diagram for HDF5SnapshotManager:

Public Member Functions

"HDF5Snapshot" Get (self, WRApp.CheckpointID id)
 Retrieve a snapshot from the internal journal that matches the provided ID. More...
 
None Erase (self, WRApp.CheckpointID id)
 Erase an entry from the internal journal that matches the provided ID and delete its related snapshot. More...
 
KratosMultiphysics.Parameters GetDefaultParameters (cls)
 
- Public Member Functions inherited from SnapshotManager
None Add (self, KratosMultiphysics.ModelPart model_part)
 Construct a snapshot and add it to the internal journal. More...
 
None EraseObsolete (self)
 Call Manager.Erase on all IDs that return true for the provided predicate. More...
 

Detailed Description

Snapshot manager specialized for HDF5Snapshot.

@classname HDF5SnapshotManager

Member Function Documentation

◆ Erase()

None Erase (   self,
WRApp.CheckpointID  id 
)

Erase an entry from the internal journal that matches the provided ID and delete its related snapshot.

Reimplemented from SnapshotManager.

◆ Get()

"HDF5Snapshot" Get (   self,
WRApp.CheckpointID  id 
)

Retrieve a snapshot from the internal journal that matches the provided ID.

Reimplemented from SnapshotManager.

◆ GetDefaultParameters()

KratosMultiphysics.Parameters GetDefaultParameters (   cls)

Reimplemented from SnapshotManager.


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