WRApplication
External kratos "application" for multiscale time integration.
|
Base class for Snapshot s that store their data on the filesystem. More...
Public Member Functions | |
WRApp.CheckpointID | GetID (self) |
Read data from a file that identifies a Snapshot. More... | |
pathlib.Path | GetPath (self, WRApp.CheckpointID id=None) |
Return the path to the associated file given the checkpoint ID, or the pattern if the ID is not provided. More... | |
Public Member Functions inherited from SnapshotIO | |
KratosMultiphysics.Parameters | GetDefaultParameters (cls) |
Base class for Snapshot s that store their data on the filesystem.
@classname SnapshotFSIO
WRApp.CheckpointID GetID | ( | self | ) |
Read data from a file that identifies a Snapshot.
Reimplemented in HDF5SnapshotIO.
pathlib.Path GetPath | ( | self, | |
WRApp.CheckpointID | id = None |
||
) |
Return the path to the associated file given the checkpoint ID, or the pattern if the ID is not provided.
Reimplemented in HDF5SnapshotIO.