(form "00477" (size 56 12) (heading "DEFINE PCG2 PACKAGE PARAMETERS") (label (position 2 3) (text "Define the PCG2 package file to create")) (label (position 2 4) (text "File name")) (label (position 2 6) (text "Max number of outer iterations")) (label (position 2 7) (text "Max number of inner iterations")) (label (position 2 8) (text "Matrix pre-conditioning method")) (label (position 2 9) (text "1 - Modified incomplete Cholesky")) (label (position 2 10) (text "2 - Polynomial")) (field "file" (position 11 4) (display_length 40) (input allowed) (translate lower) (null allowed) (max_length 40) (file output)) (field "max_out_iter" (position 32 6) (display_length 5) (input allowed) (low_bound 1) (high_bound 1000) (format integer_4) (null disallowed) (max_length 5)) (field "max_in_iter" (position 32 7) (display_length 5) (input allowed) (low_bound 1) (high_bound 1000) (format integer_4) (null disallowed) (max_length 5)) (field "method" (position 32 8) (display_length 1) (input allowed) (low_bound 1) (high_bound 2) (format integer_4) (null disallowed) (max_length 1)) (default_buttons) )