diff --git a/docs/2_4_common_schema.adoc b/docs/2_4_common_schema.adoc index 42aa6cf0..7ea04f06 100644 --- a/docs/2_4_common_schema.adoc +++ b/docs/2_4_common_schema.adoc @@ -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 <>. + -If `true`, <> may be reinitialized by the FMU in <>. + -If `false`, <> will not be reinitialized. +May only be present for a <>. + +If `true`, the <> may be <> by the FMU in <>. + +If `false`, the <> will not be <>. |==== diff --git a/docs/7___appendix.adoc b/docs/7___appendix.adoc index ebb8af98..34df64ac 100644 --- a/docs/7___appendix.adoc +++ b/docs/7___appendix.adoc @@ -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 <>, because they can be changed independently (according to their <>). +|[[reinitialization]]_reinitialization_ +|Recalculation of <> by the model. + |_runtime environment_ |See co-simulation environment