Warning: Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/actions.php on line 38
adp_no_limits [topas wiki]

User Tools

Site Tools


adp_no_limits

adp_no_limits

Description: remove positive definite limits on adps

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

macro adp_no_limits
{
	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;
}
adp_no_limits.txt · Last modified: 2022/11/29 15:14 by johnsoevans