Changes between Version 22 and Version 23 of ImplementationConceptOnline
- Timestamp:
- Aug 17, 2025, 1:21:39 PM (28 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationConceptOnline
v22 v23 46 46 With 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. 47 47 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. || 49 49 50 50 == Important aspects of the implementation concept == … … 93 93 * **finalize_pdaf**: This routine is added to the code in the same way as for the ''fully parallel'' mode. 94 94 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/`. ||