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

Dataset that stores into and fetches from a static cache. More...

Inheritance diagram for CachedDataset:
Collaboration diagram for CachedDataset:

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)
 

Detailed Description

Dataset that stores into and fetches from a static cache.

@classname CachedDataset

Default parameters:

{
"dataset_name" : ""
}

Member Function Documentation

◆ Assign()

None Assign (   self)

Overwrite the associated storage with the data of the internally stored Expression.

Reimplemented from Dataset.

◆ expression() [1/2]

KratosMultiphysics.Expression.Expression expression (   self)

Provide access to the internally stored Expression.

Reimplemented from Dataset.

◆ expression() [2/2]

None expression (   self,
KratosMultiphysics.Expression.Expression  right 
)

Overwrite the internally stored Expression.

Reimplemented from Dataset.

◆ Fetch()

None Fetch (   self)

Update the internally stored Expression.

Reimplemented from Dataset.

◆ GetDefaultParameters()

KratosMultiphysics.Parameters GetDefaultParameters (   cls)

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