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

Class representing a checkpoint, consisting of one or more consecutive Snapshot s. More...

Inheritance diagram for Checkpoint:
Collaboration diagram for Checkpoint:

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...
 

Detailed Description

Class representing a checkpoint, consisting of one or more consecutive Snapshot s.

@classname Checkpoint

Member Function Documentation

◆ GetBufferSize()

int GetBufferSize (   self)

Get the minimum buffer size required to load this Checkpoint.

◆ IsValid()

bool IsValid (   self)

Check whether the snapshots are consecutive.

◆ Load()

None Load (   self,
KratosMultiphysics.ModelPart  model_part 
)

Load data from the Snapshots to the provided ModelPart.

Note
The model part's buffer size must match the number of stored snapshots.

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