controlling_number_of_cycles_in_continue_after_convergence
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| controlling_number_of_cycles_in_continue_after_convergence [2018/06/11 14:55] – created johnsoevans | controlling_number_of_cycles_in_continue_after_convergence [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Controlling Refinements by Number of Cycles ====== | ||
| + | TOPAS normally controls refinements by the number of iters. | ||
| + | |||
| + | <code topas> | ||
| + | | ||
| + | iters 1000000 | ||
| + | prm dummy 1 val_on_continue = If(Cycle == 10, Get(iters) = 0, 0); | ||
| + | </ | ||
| + | | ||
| + | From Alan on the forum, June 2018. | ||