WRApplication
External kratos "application" for multiscale time integration.
|
Base class for Snapshot input/output operations in memory. More...
Classes | |
class | Operation |
Base class for interacting with the static cache of SnapshotInMemoryIO. More... | |
Public Member Functions | |
None | Erase (cls, str file_name) |
bool | Exists (cls, str file_name) |
"list[str]" | Glob (cls, str pattern) |
None | Clear (cls) |
KratosMultiphysics.Parameters | GetDefaultParameters (cls) |
Base class for Snapshot input/output operations in memory.
@classname SnapshotInMemory
None Clear | ( | cls | ) |
None Erase | ( | cls, | |
str | file_name | ||
) |
bool Exists | ( | cls, | |
str | file_name | ||
) |
KratosMultiphysics.Parameters GetDefaultParameters | ( | cls | ) |
Reimplemented from SnapshotIO.
"list[str]" Glob | ( | cls, | |
str | pattern | ||
) |