| 13 | |---------------- |
| 14 | {{{#!td style="vertical-align:top;width: 50px" |
| 15 | 15/08/13 |
| 16 | }}} |
| 17 | {{{#!td style="vertical-align:top;width: 50px" |
| 18 | SR |
| 19 | }}} |
| 20 | {{{#!td style="vertical-align:top;width: 75px" |
| 21 | r1212 |
| 22 | }}} |
| 23 | {{{#!td style="vertical-align:top" |
| 24 | 3.9 |
| 25 | }}} |
| 26 | {{{#!td style="vertical-align:top" |
| 27 | C |
| 28 | }}} |
| 29 | {{{#!td style="vertical-align:top" |
| 30 | The tridiagonal solver has been moved to a separate module. The tridiagonal matrix coefficients of array {{{tri}}} are calculated only once at the beginning, which speeds up the solver by almost a factor of two. In connection with this change, the old hybrid Poisson-solver (which allowed parallel transposition/calculation in case of a 1d domain decomposition) has been removed. |
| 31 | (Makefile, Makefile_check, check_parameters, header, modules, init_pegrid, init_3d_model, palm, poisfft, pres, '''new:''' tridia_solver, '''removed:''' poisfft_hybrid) |
| 32 | |
| 33 | Object file list replaced by a simple one line statement. (Makefile_check) |
| 34 | }}} |