![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|

Files | |
| file | bin.h [code] |
| Structures and methods to create an underlying binning structure for data received through an interface. | |
| file | dynstorage.h [code] |
| Implementation of a compound dynamic data structure used throughout MUI. | |
| file | spatial_storage.h [code] |
| Defines the spatial_storage data type. | |
| file | stream.h [code] |
| Defines base stream class container_stream and associated functors. | |
| file | stream_ordered.h [code] |
| Defines the stream in/out for the ordered std::map data type. | |
| file | stream_string.h [code] |
| Defines the stream in/out for std::string data type. | |
| file | stream_tuple.h [code] |
| Defines the stream in/out for std::tuple data type. | |
| file | stream_unordered.h [code] |
| Defines the stream in/out for the unordered std::unordered_map. data type. | |
| file | stream_vector.h [code] |
| Defines the stream in/out for std::vector data type. | |
| file | virtual_container.h [code] |
| Provides a virtual container interface that is used to wrap around data structures created by dynstorage.h and allows casting between storage types. | |