WRApplication
External kratos "application" for multiscale time integration.
Loading...
Searching...
No Matches
Dataset Class Reference

Class representing a dataset that can be operated on during coupling. More...

Inheritance diagram for Dataset:
Collaboration diagram for Dataset:

Detailed Description

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.


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