Skip to content

Commit

Permalink
Add missing blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Aug 14, 2024
1 parent fd8c034 commit be03262
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/2_2_common_mechanisms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,10 @@ Depending on the phase of the solver algorithm, different FMU variables need to
FMI allows selective retrieval of FMU variables with specific get functions (e.g. <<get-and-set-variable-values,`fmi3Get{VariableType}`>>, <<fmi3GetEventIndicators>>, <<fmi3GetContinuousStateDerivatives>>).
This enables computation on demand with subsequent calls returning the same value until some set operation requires re-computation.

For example:
For example,

* during the iteration of an integrator step, only the state derivatives need to be computed, provided the <<output>> of an FMU is not connected, or

* when localizing <<state-event,state events>>, only the computation of event indicators may be required.

Because specific set functions exist (<<get-and-set-variable-values,`fmi3Set{VariableType}`>>, <<fmi3SetTime>>, <<fmi3SetContinuousStates>>), caching algorithms can be applied to reuse already computed values.
Expand Down

0 comments on commit be03262

Please sign in to comment.