WRApplication
External kratos "application" for multiscale time integration.
|
Class representing a Variable stored in a ModelPart. More...
Public Member Functions | |
KratosMultiphysics.Parameters | GetDefaultParameters (cls) |
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 right) |
Overwrite the internally stored Expression. More... | |
Public Member Functions inherited from Dataset | |
"Dataset" | Factory (cls, KratosMultiphysics.Model model, KratosMultiphysics.Parameters parameters) |
Class representing a Variable stored in a ModelPart.
@classname KratosDataset
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 | ) |