Changes between Version 16 and Version 17 of Tutorials
- Timestamp:
- 09/12/13 11:05:47 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v16 v17 145 145 == Part 3: The power of coupling == 146 146 147 First, download an extension of the LaplaceExamplethat was shown in item 1.4.147 First, download an extension of the `LaplaceExample` that was shown in item 1.4. 148 148 {{{ 149 149 wget http://apps.man.poznan.pl/trac/muscle/raw-attachment/wiki/Tutorials/laplace.zip … … 170 170 * add a submodel instance so that you get a coupling between West - Middle - East; 171 171 * change the filters and see how it affects the computations (see [wiki:Configuration#Filters Filter documentation]); or 172 * modify the file `src/laplace/filter/InvertFilter` to do something additional (see [wiki: Java%20API#FiltersJava filter documentation])172 * modify the file `src/laplace/filter/InvertFilter` to do something additional (see [wiki:"Java API#Filters" Java filter documentation]) 173 173 * modify the file `src/laplace/terminal/DoubleArraySource.java` to do something additional, such as computing a function instead of sending a fixed number (see [Java terminal documentation][javaterminal]) 174 174 … … 187 187 To start on using MUSCLE for your own applications, you can start by modifying 188 188 the examples. Depending on the programming language of your application, you can 189 start with ([wiki: Java%20APIJava documentation]) the files in `src/java/examples/simplesubmodel` or with190 ([wiki: C%20API C++/C documentation]) `src/cpp/examples/simplecpp` or ([wiki:Fortran%20APIFortran documentation]) `src/cpp/examples/simplefortran`.189 start with ([wiki:"Java API" Java documentation]) the files in `src/java/examples/simplesubmodel` or with 190 ([wiki:"C API" C++/C documentation]) `src/cpp/examples/simplecpp` or ([wiki:"Fortran API" Fortran documentation]) `src/cpp/examples/simplefortran`. 191 191 The last two only contain the Sender (the submodel w) of the simple example. 192 192