Skip to content

Commit

Permalink
Add definition of reinitialization to glossary
Browse files Browse the repository at this point in the history
fixes #1963
  • Loading branch information
t-sommer committed Jul 24, 2024
1 parent fd8c034 commit c898879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/2_4_common_schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1403,9 +1403,9 @@ All variables listed in these elements must have attribute `derivative`.
|`reinit`
|[[reinit,`reinit`]]
Only used in Model Exchange, ignored for the other interface types.
May only be present for a continuous-time <<state>>. +
If `true`, <<state>> may be reinitialized by the FMU in <<EventMode>>. +
If `false`, <<state>> will not be reinitialized.
May only be present for a <<state,continuous-time state>>. +
If `true`, the <<state>> may be <<reinitialization,reinitialized>> by the FMU in <<EventMode>>. +
If `false`, the <<state>> will not be <<reinitialization,reinitialized>>.

|====

Expand Down
3 changes: 3 additions & 0 deletions docs/7___appendix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ The execution of a model partition is triggered by the activation of its Clock.
Examples are a mass, stiffness, etc.
These parameters are different from <<calculatedParameter,calculated parameters>>, because they can be changed independently (according to their <<variability>>).

|[[reinitialization]]_reinitialization_
|Recalculation of <<state,continuous-time states>> by the model.

|_runtime environment_
|See co-simulation environment

Expand Down

0 comments on commit c898879

Please sign in to comment.