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

Base class for Snapshot s that store their data on the filesystem. More...

Inheritance diagram for SnapshotFSIO:
Collaboration diagram for SnapshotFSIO:

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)
 

Detailed Description

Base class for Snapshot s that store their data on the filesystem.

@classname SnapshotFSIO

Member Function Documentation

◆ GetID()

WRApp.CheckpointID GetID (   self)

Read data from a file that identifies a Snapshot.

Reimplemented in HDF5SnapshotIO.

◆ GetPath()

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.


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