adp_no_limits
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| adp_no_limits [2022/11/03 15:08] – external edit 127.0.0.1 | adp_no_limits [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== adp_no_limits ====== | ||
| + | Description: | ||
| + | |||
| + | Comment: by default topas puts limits on values of uij - it's often more useful to know if something goes npd | ||
| + | |||
| + | Contributed by: Alan Coelho | ||
| + | |||
| + | <code smarty> | ||
| + | { | ||
| + | move_to u11 min = Val - .05; max = Val + .05; | ||
| + | move_to u22 min = Val - .05; max = Val + .05; | ||
| + | move_to u33 min = Val - .05; max = Val + .05; | ||
| + | move_to u12 min = Val - .05; max = Val + .05; | ||
| + | move_to u13 min = Val - .05; max = Val + .05; | ||
| + | move_to u23 min = Val - .05; max = Val + .05; | ||
| + | } | ||
| + | </ | ||
| + | |||