Iteration: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
An iteration is a run all [[Simulation Core#Steps|steps]] of the simulation core. During a run, active overlays are calculated,
An iteration is a run of all [[Simulation Core#Steps|steps]] of the [[Simulation Core]].
[[File:iteration_icon.png|
By default a [[project]] is configured with 1 iteration.


The amount of Iterations performed is configured using the [[Setting#ITERATIONS|ITERATIONS]] Setting.
The amount of Iterations performed is configured using the [[Setting#ITERATIONS|ITERATIONS]] Setting.
==Iteration Overlay==
The Iteration Overlay is an Overlay that collects results from its [[Prequel]] for only particular Iterations, configured using its [[Modulus (Iteration Overlay)|MODULUS]] attribute.
==Activity per Iteration==
The Attribute [[Iteration active (Grid Overlay)|ITERATION_ACTIVE]] can be added to a Grid Overlay. The attribute can be configured with an array of values, where each value represents an iteration in which this Grid Overlay is active. When a Grid Overlay is set to inactive, this attribute has no effect.
{{article end
|notes=*The configuration of multiple iterations enables the Iteration Loop option in the [[Water Overlay Wizard]]'s Output Overlays step.
|seealso=*[[Iteration active (Grid Overlay)]]
*[[Simulation Core]]
*[[Iteration Overlay]]
*[[Prequel]]
*[[Iteration (TQL Param)]]
*[[Select iteration (TQL)]]
*[[Select iterations (TQL)]]
|howtos=
*[[How to setup a flooding overlay with iterations]]
*[[How to configure the amount of calculation iterations]]
}}
{{Overlay nav}}

Latest revision as of 12:31, 21 September 2026

An iteration is a run of all steps of the Simulation Core. [[File:iteration_icon.png| By default a project is configured with 1 iteration.

The amount of Iterations performed is configured using the ITERATIONS Setting.

Iteration Overlay

The Iteration Overlay is an Overlay that collects results from its Prequel for only particular Iterations, configured using its MODULUS attribute.

Activity per Iteration

The Attribute ITERATION_ACTIVE can be added to a Grid Overlay. The attribute can be configured with an array of values, where each value represents an iteration in which this Grid Overlay is active. When a Grid Overlay is set to inactive, this attribute has no effect.