WRApplication
External kratos "application" for multiscale time integration.
|
Class representing a dataset that can be operated on during coupling. More...
Class representing a dataset that can be operated on during coupling.
This class has 2 levels of abstraction: 1) the dataset interface that consists of Fetch and Assign 2) the expression interface handling data storage and providing an interface to Kratos.
The Fetch and Assign functions must be implemented in derived classes and handle read/write operations from/to their associated storeage respectively. These operations must act on an internally stored Expression that also must be exposed by derived classes through the expression property.