(form "00478" (size 56 13) (heading "DEFINE PCG2 PACKAGE PARAMETERS - CHOLESKY METHOD") (label (position 2 3) (text "Head change convergence criterion")) (label (position 2 4) (text "Residual convergence criterion")) (label (position 2 5) (text "Relaxation parameter")) (label (position 2 7) (text "Printout interval for PCG2")) (label (position 2 8) (text "Printout for the solver")) (label (position 2 9) (text "0 - Print head changes and iterations")) (label (position 2 10) (text "1 - Print number of iterations only")) (label (position 2 11) (text "2 - Suppress all output")) (field "hclose" (position 35 3) (display_length 16) (input allowed) (low_bound 0.000000001) (high_bound 1000) (translate upper) (format real_8) (null disallowed) (max_length 16)) (field "rclose" (position 35 4) (display_length 16) (input allowed) (low_bound 0.000000001) (high_bound 100000000) (translate upper) (format real_8) (null disallowed) (max_length 16)) (field "relax" (position 35 5) (display_length 16) (input allowed) (low_bound 0) (high_bound 1) (translate upper) (format real_8) (null disallowed) (max_length 16)) (field "iprpcg" (position 35 7) (display_length 5) (input allowed) (low_bound 0) (high_bound 999) (format integer_4) (null disallowed) (max_length 5)) (field "mutpcg" (position 35 8) (display_length 1) (input allowed) (low_bound 0) (high_bound 2) (format integer_4) (null disallowed) (max_length 1)) (default_buttons) )