WRApplication
External kratos "application" for multiscale time integration.
|
Class representing a checkpoint, consisting of one or more consecutive Snapshot s. More...
Public Member Functions | |
bool | IsValid (self) |
Check whether the snapshots are consecutive. More... | |
int | GetBufferSize (self) |
Get the minimum buffer size required to load this Checkpoint. More... | |
None | Load (self, KratosMultiphysics.ModelPart model_part) |
Load data from the Snapshots to the provided ModelPart. More... | |
Class representing a checkpoint, consisting of one or more consecutive Snapshot s.
@classname Checkpoint
int GetBufferSize | ( | self | ) |
Get the minimum buffer size required to load this Checkpoint.
bool IsValid | ( | self | ) |
Check whether the snapshots are consecutive.
None Load | ( | self, | |
KratosMultiphysics.ModelPart | model_part | ||
) |
Load data from the Snapshots to the provided ModelPart.