WRApplication
External kratos "application" for multiscale time integration.
|
Snapshot manager specialized for HDF5Snapshot. More...
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... | |
Snapshot manager specialized for HDF5Snapshot.
@classname HDF5SnapshotManager
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.
"HDF5Snapshot" Get | ( | self, | |
WRApp.CheckpointID | id | ||
) |
Retrieve a snapshot from the internal journal that matches the provided ID.
Reimplemented from SnapshotManager.
KratosMultiphysics.Parameters GetDefaultParameters | ( | cls | ) |
Reimplemented from SnapshotManager.