Changes between Version 22 and Version 23 of ImplementationConceptOnline


Ignore:
Timestamp:
Aug 17, 2025, 1:21:39 PM (28 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationConceptOnline

    v22 v23  
    4646With the implementation strategy of PDAF, calls to four subroutines are added to the model code. These additions are usually only single lines of code and the changes only affect the general part of the model code. 
    4747
    48 A code example for the `fully parallel` mode is provided in the tutorial code in tutorial/online_2D_serialmodel. See also the [wiki:PdafTutorial PDAF implementation tutorial].
     48|| A code example for the `fully parallel` mode is provided in the tutorial code in tutorial/online_2D_serialmodel. See also the [wiki:PdafTutorial PDAF implementation tutorial], which explains the code structure and implementation steps. ||
    4949
    5050== Important aspects of the implementation concept ==
     
    9393 * **finalize_pdaf**: This routine is added to the code in the same way as for the ''fully parallel'' mode.
    9494
    95 A code example for the `flexible` mode is provided in the template codes in `templates/online_flexible/`.
     95|| A code example for the `flexible` mode is provided in the template codes in `templates/online_flexible/`. ||