WRApplication
External kratos "application" for multiscale time integration.
|
Base class with common functionality to writing/loading snapshots to/from disk. 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... | |
KratosMultiphysics.Parameters | GetDefaultParameters (cls) |
KratosMultiphysics.Parameters | parameters (self) |
Static Public Member Functions | |
KratosMultiphysics.Parameters | GetDefaultIOParameters () |
Base class with common functionality to writing/loading snapshots to/from disk.
@classname HDF5SnapshotIO
|
static |
Reimplemented in HDF5SnapshotInput, and HDF5SnapshotOutput.
KratosMultiphysics.Parameters GetDefaultParameters | ( | cls | ) |
Reimplemented from SnapshotIO.
WRApp.CheckpointID GetID | ( | self | ) |
Read data from a file that identifies a Snapshot.
Reimplemented from SnapshotFSIO.
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 from SnapshotFSIO.
KratosMultiphysics.Parameters parameters | ( | self | ) |