# # run options for Terry Fritz's test data # 100000 # number of grid points (typically 10000) 0 # match coil secondary to a grid line? (0=no, 1=yes) 1 # add a ground from the secondary to floor 1E-6 # maximum residual (typically 1E-6 to 1E-7??? no less than # 1E-7 since this is about the limit of float pt accuracy) 250000 # maximum number of iterations (typically 1000 to 100000) # Options to control what is output 5 # print room? (0=no, 1-10 precision) 5 # print coil? (0=no, 1-10 precision) 1 # print guard matrix? (0=no, 1=yes) 1 # print ranges? (0=no, 1=yes) 0 #3 # print voltage matrix? (0=no, 1-10= precision) 0 #5 # print capcitance? (0=no, 1-10 precision) 0 #5 # print resonant frequency? (0=no, 1-10 precision) # NOTE that the word was "precision", not "accuracy". The printing # options only control the number of digits printed!