Changes between Version 56 and Version 57 of ReleaseNotes


Ignore:
Timestamp:
Apr 18, 2026, 8:26:03 AM (31 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v56 v57  
    3131 - [wiki:PDAF_finalize] is the replacement for [wiki:PDAF_deallocate]. The routine does not only deallocate, but can also finalize the parallelization.
    3232
    33 The tutorial implementations and templates have been revised to use the new routines. We further included the use of an interface module ''mod_model_pdaf'', which is intended to be the only place to directly include modules of the model. Thus, all user routines include only ''mod_model_pdaf'' instead of different model modules. This leads to a cleaner source code and allows us to use in many cases identical source files for online and offline coupling.
     33The tutorial implementations and templates have been revised:
     34 - the new routines described above are used.
     35 - we included the use of an interface module ''mod_model_pdaf'', which is intended to be the only place to directly include modules of the model. Thus, all user routines for PDAF include only ''mod_model_pdaf'' instead of different model modules. This leads to a cleaner source code and allows us to use in many cases identical source files for online and offline coupling.
     36 - we added the module ''mod_statevector_pdaf'' to provide a structured way to initialize the setup of the statevector for multiple model fields. Its use is demonstrated in ''tutorial/online_2D_serialmodel_2fields''.
    3437----
    3538