(form "00479" (size 58 15) (heading "DEFINE PCG2 PACKAGE PARAMETERS - POLYNOMIAL METHOD") (label (position 2 3) (text "Head change convergence criterion")) (label (position 2 4) (text "Residual convergence criterion")) (label (position 2 5) (text "Upper bound on Max Eigen value")) (label (position 2 6) (text "1 - Calculate")) (label (position 2 7) (text "2 - Set value to 2")) (label (position 2 9) (text "Printout interval for PCG2")) (label (position 2 10) (text "Printout for the solver")) (label (position 2 11) (text "0 - Print head changes and iterations")) (label (position 2 12) (text "1 - Print number of iterations only")) (label (position 2 13) (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 "nbpol" (position 35 5) (display_length 16) (input allowed) (low_bound 1) (high_bound 2) (format integer_4) (null disallowed) (max_length 16)) (field "iprpcg" (position 35 9) (display_length 5) (input allowed) (low_bound 0) (high_bound 999) (format integer_4) (null disallowed) (max_length 5)) (field "mutpcg" (position 35 10) (display_length 1) (input allowed) (low_bound 0) (high_bound 2) (format integer_4) (null disallowed) (max_length 1)) (default_buttons) )