|
WRApplication
External kratos "application" for multiscale time integration.
|
Classes | |
| class | CheckpointID |
| Class enapsulating data and functionality for uniquely identifying a Checkpoint or Snapshot. More... | |
| class | SnapshotInMemoryManager |
| class | SnapshotInMemoryInput |
| Implements Snapshot input operations in memory. More... | |
| class | SnapshotInMemoryOutput |
| Implements Snapshot output operations in memory. More... | |
| class | Checkpoint |
| Class representing a checkpoint, consisting of one or more consecutive Snapshot s. More... | |
| class | CheckpointSelector |
| A functor taking a Model and returning a CheckpointID to load or None. More... | |
| class | DefaultCheckpointSelector |
| Always returns None, i.e. More... | |
| class | CheckpointProcess |
| Main interface process for checkpointing. More... | |
| class | HDF5SnapshotManager |
| Snapshot manager specialized for HDF5Snapshot. More... | |
| class | HDF5Snapshot |
| Class representing a snapshot of a ModelPart state and its associated output file in HDF5 format. More... | |
| class | HDF5SnapshotIO |
| Base class with common functionality to writing/loading snapshots to/from disk. More... | |
| class | HDF5SnapshotOutput |
| Output class for writing most data in the model part to an HDF5 snapshot. More... | |
| class | HDF5SnapshotInput |
| Input class for reading most data from an HDF5 snapshot to a model part. More... | |
| class | Snapshot |
| Class representing a snapshot of a ModelPart state. More... | |
| class | SnapshotFS |
| Class representing a snapshot of a ModelPart state and its associated output file on the filesystem. More... | |
| class | SnapshotManager |
| Interface for Snapshot lifetime management. More... | |
| class | SnapshotInMemory |
| Snapshot that stores/fetches its data in/from memory. More... | |
| class | SnapshotIO |
| Interface for performing Snapshot input/output operations. More... | |
| class | SnapshotFSIO |
| Base class for Snapshot s that store their data on the filesystem. More... | |