WRApplication
External kratos "application" for multiscale time integration.
|
Dataset that stores into and fetches from a static cache. More...
Public Member Functions | |
None | Fetch (self) |
Update the internally stored Expression. More... | |
None | Assign (self) |
Overwrite the associated storage with the data of the internally stored Expression. More... | |
KratosMultiphysics.Expression.Expression | expression (self) |
Provide access to the internally stored Expression. More... | |
None | expression (self, KratosMultiphysics.Expression.Expression expr) |
Overwrite the internally stored Expression. More... | |
KratosMultiphysics.Parameters | GetDefaultParameters (cls) |
Public Member Functions inherited from Dataset | |
"Dataset" | Factory (cls, KratosMultiphysics.Model model, KratosMultiphysics.Parameters parameters) |
Dataset that stores into and fetches from a static cache.
@classname CachedDataset
Default parameters:
None Assign | ( | self | ) |
Overwrite the associated storage with the data of the internally stored Expression.
Reimplemented from Dataset.
KratosMultiphysics.Expression.Expression expression | ( | self | ) |
Provide access to the internally stored Expression.
Reimplemented from Dataset.
None expression | ( | self, | |
KratosMultiphysics.Expression.Expression | right | ||
) |
Overwrite the internally stored Expression.
Reimplemented from Dataset.
None Fetch | ( | self | ) |
Update the internally stored Expression.
Reimplemented from Dataset.
KratosMultiphysics.Parameters GetDefaultParameters | ( | cls | ) |