Changes between Version 2 and Version 3 of List of examples
- Timestamp:
- 04/03/13 15:43:04 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
List of examples
v2 v3 11 11 === Simple Submodel === 12 12 13 The scenario of Simple Submodel is the same as the SimpleExample, but it uses the formal MUSCLE 2 Java API.13 The scenario of Simple Submodel is the same as the Simple Example, but it uses the formal MUSCLE 2 Java API. 14 14 15 15 === Macro Micro === 16 16 17 The Macro Micro model has two submodels with formal implementation, in a typical loop that Macro Micro models typically exhibit: in its loop, macro initializes the micro model, and the micro model sends its final observation back to the macro model. The macro model continues iterating for as long as there is simulation time.17 The Macro Micro model has two submodels with formal implementation, in a typical loop that Macro Micro models typically exhibit: in its loop, macro initializes the micro model, and the micro model sends its final observation back to the macro model. The macro model continues iterating for as long as there is simulation time. 18 18 19 19 === Terminals === … … 35 35 === SimpleCpp2 === 36 36 37 The new MUSCLE 2 C++ API is used in SimpleCpp2, with CxA file {{{src/cxa/NativeExample2.cxa.rb}}}. It is the same scenario as the Simple Example for the MUSCLE 2 Java API, but the sender is now a C++ submodel.37 The new MUSCLE 2 C++ API is used in SimpleCpp2, with CxA file {{{src/cxa/NativeExample2.cxa.rb}}}. It is the same scenario as the Simple Example for the MUSCLE 2 Java API, but the sender is now a C++ submodel. 38 38 39 39 === Data Integrity === 40 40 41 To ensure the integrity of data sent over a range of connections, the Data Integrity model sends random data with different data types back and forth in different submodels. If you are worried that a non-standard protocol or network mechanism is used, this is the model with which you can be sure that MUSCLE leaves your data intact.41 To ensure the integrity of data sent over a range of connections, the Data Integrity model sends random data with different data types back and forth in different submodels. If you are worried that a non-standard protocol or network mechanism is used, this is the model with which you can be sure that MUSCLE leaves your data intact. 42 42 43 43 === Simple MPI ===