[CIG-SHORT] Initial stress cell_data_fields settings and interpolation

Brad Aagaard baagaard at usgs.gov
Thu Nov 12 16:44:17 PST 2015


Chunyu,

Your spatial database values contain some special characters. Some of 
the minus signs are not minus signs but en-dash or em-dash symbols.

I improved the error checking in the spatial database reading to catch 
things like this and give an appropriate error message. This improvement 
will show up in the next release.

Regards,
Brad


On 11/11/2015 09:04 AM, Chunyu Liu (cliu5) wrote:
> The initial stress database is :
>
> // -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
> //
> // This spatial database specifies the initial stresses for the model
> // The stresses increase linearly with depth.
> //
> #SPATIAL_GRID.ascii 1
> SimpleGridDB {
>    num-values = 6 // number of stress components
>
>    // names of the stress components
>    value-names =  stress-xx stress-yy stress-zz stress-xy stress-yz stress-xz
>
>    value-units =  Pa Pa Pa Pa Pa Pa // units
> //  num-locs = 405
> //  data-dim = 3
>    num-x = 9
>    num-y = 9
>    num-z = 5
>    space-dim = 3
>
>    cs-data = cartesian {
>      to-meters = 1.0
>      space-dim = 3
>    }
> }
> //columns are
> // (1) x coordinates
> —400000.00 -300000.00 -200000.00  -100000.00  0.00  100000.00 200000.00 300000.00 400000.00
> // (2) y coordinates
> —400000.00 -300000.00 -200000.00  -100000.00  0.00  100000.00 200000.00 300000.00 400000.00
> // (3) z coordinates
> 0.00  -50000.00 -100000.00 -120000.00 -160000.00
> // Columns are
> // (1) x coordinates(m)
> // (2) y coordinates(m)
> // (3) z coordinates(m)
> // (4) stress-xx (Pa)
> // (5) stress-yy (Pa)
> // (6) stress-zz (Pa)
> // (7) stress-xy (Pa)
> // (8) stress-yz (Pa)
> // (9) stress-xz (Pa)
> -400000.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 -4472750.000000 0.000000 0.000000
> -400000.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 -5980613.000000 0.000000 0.000000
> -400000.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 -6599197.000000 0.000000 0.000000
> -400000.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 -7438044.000000 0.000000 0.000000
> -400000.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -8650899.000000 0.000000 0.000000
> -400000.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 -8390537.000000 0.000000 0.000000
> -400000.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 -5837625.000000 0.000000 0.000000
> -400000.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 -2197627.400000 0.000000 0.000000
> -400000.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 -2375068.000000 0.000000 0.000000
> -300000.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 -3951083.000000 0.000000 0.000000
> -300000.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 -3997082.200000 0.000000 0.000000
> -300000.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 -4099964.000000 0.000000 0.000000
> -300000.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 -4852030.000000 0.000000 0.000000
> -300000.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -4389848.000000 0.000000 0.000000
> -300000.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 -838628.100000 0.000000 0.000000
> -300000.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 1284037.000000 0.000000 0.000000
> -300000.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 3131868.400000 0.000000 0.000000
> -300000.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 3347780.000000 0.000000 0.000000
> -200000.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 -1986053.400000 0.000000 0.000000
> -200000.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 1677871.200000 0.000000 0.000000
> -200000.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 1073136.000000 0.000000 0.000000
> -200000.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 1061051.000000 0.000000 0.000000
> -200000.000000 0.000000 0.000000 0.000000 0.000000 0.000000 2885474.000000 0.000000 0.000000
> -200000.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 4592233.400000 0.000000 0.000000
> -200000.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 5230918.000000 0.000000 0.000000
> -200000.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 6420403.400000 0.000000 0.000000
> -200000.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 7985663.000000 0.000000 0.000000
> -100000.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 1177809.200000 0.000000 0.000000
> -100000.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 9333706.000000 0.000000 0.000000
> -100000.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 13113931.000000 0.000000 0.000000
> -100000.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 15048702.000000 0.000000 0.000000
> -100000.000000 0.000000 0.000000 0.000000 0.000000 0.000000 11741930.000000 0.000000 0.000000
> -100000.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 8963863.000000 0.000000 0.000000
> -100000.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 8105111.000000 0.000000 0.000000
> -100000.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 8600393.000000 0.000000 0.000000
> -100000.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 9133283.000000 0.000000 0.000000
> 0.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 1120340.400000 0.000000 0.000000
> 0.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 14700720.000000 0.000000 0.000000
> 0.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 29007560.000000 0.000000 0.000000
> 0.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 18754142.000000 0.000000 0.000000
> 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 19112570.000000 0.000000 0.000000
> 0.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 14613130.000000 0.000000 0.000000
> 0.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 11684103.000000 0.000000 0.000000
> 0.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 9670824.000000 0.000000 0.000000
> 0.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 8327116.000000 0.000000 0.000000
> 100000.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 -11940070.000000 0.000000 0.000000
> 100000.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 -12025700.000000 0.000000 0.000000
> 100000.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 -7343758.000000 0.000000 0.000000
> 100000.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 13030550.000000 0.000000 0.000000
> 100000.000000 0.000000 0.000000 0.000000 0.000000 0.000000 16181100.000000 0.000000 0.000000
> 100000.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 19395603.000000 0.000000 0.000000
> 100000.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 15272010.000000 0.000000 0.000000
> 100000.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 10979953.000000 0.000000 0.000000
> 100000.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 8862102.000000 0.000000 0.000000
> 200000.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 -23160900.000000 0.000000 0.000000
> 200000.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 -23642941.000000 0.000000 0.000000
> 200000.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 -21022010.000000 0.000000 0.000000
> 200000.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 -14294154.000000 0.000000 0.000000
> 200000.000000 0.000000 0.000000 0.000000 0.000000 0.000000 4826587.000000 0.000000 0.000000
> 200000.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 12947510.000000 0.000000 0.000000
> 200000.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 19000964.000000 0.000000 0.000000
> 200000.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 17724960.000000 0.000000 0.000000
> 200000.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 17335570.000000 0.000000 0.000000
> 300000.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 -26442792.000000 0.000000 0.000000
> 300000.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 -25735080.000000 0.000000 0.000000
> 300000.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 -24082672.000000 0.000000 0.000000
> 300000.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 -22004011.000000 0.000000 0.000000
> 300000.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -21161960.000000 0.000000 0.000000
> 300000.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 -3843841.400000 0.000000 0.000000
> 300000.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 23095100.000000 0.000000 0.000000
> 300000.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 30740701.000000 0.000000 0.000000
> 300000.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 15465974.000000 0.000000 0.000000
> 400000.000000 -400000.000000 0.000000 0.000000 0.000000 0.000000 -25352680.000000 0.000000 0.000000
> 400000.000000 -300000.000000 0.000000 0.000000 0.000000 0.000000 -23449244.000000 0.000000 0.000000
> 400000.000000 -200000.000000 0.000000 0.000000 0.000000 0.000000 -20699814.000000 0.000000 0.000000
> 400000.000000 -100000.000000 0.000000 0.000000 0.000000 0.000000 -14633460.000000 0.000000 0.000000
> 400000.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -6603338.000000 0.000000 0.000000
> 400000.000000 100000.000000 0.000000 0.000000 0.000000 0.000000 -4690536.000000 0.000000 0.000000
> 400000.000000 200000.000000 0.000000 0.000000 0.000000 0.000000 -6504119.000000 0.000000 0.000000
> 400000.000000 300000.000000 0.000000 0.000000 0.000000 0.000000 -890603.500000 0.000000 0.000000
> 400000.000000 400000.000000 0.000000 0.000000 0.000000 0.000000 7398652.000000 0.000000 0.000000
> -400000.000000 -400000.000000 -50000.000000 -1396987529.080000 -1373715723.160000 -1348414375.000000 -4472750.000000 0.000000 0.000000
> -400000.000000 -300000.000000 -50000.000000 -1397328872.720000 -1374217302.480000 -1348414375.000000 -5980613.000000 0.000000 0.000000
> -400000.000000 -200000.000000 -50000.000000 -1396500671.720000 -1374589124.040000 -1348414375.000000 -6599197.000000 0.000000 0.000000
> -400000.000000 -100000.000000 -50000.000000 -1395495667.280000 -1374505125.840000 -1348414375.000000 -7438044.000000 0.000000 0.000000
> -400000.000000 0.000000 -50000.000000 -1396809899.760000 -1375001060.840000 -1348414375.000000 -8650899.000000 0.000000 0.000000
> -400000.000000 100000.000000 -50000.000000 -1397974929.560000 -1374688982.040000 -1348414375.000000 -8390537.000000 0.000000 0.000000
> -400000.000000 200000.000000 -50000.000000 -1398285566.480000 -1373324611.560000 -1348414375.000000 -5837625.000000 0.000000 0.000000
> -400000.000000 300000.000000 -50000.000000 -1398365016.840000 -1371087382.280000 -1348414375.000000 -2197627.400000 0.000000 0.000000
> -400000.000000 400000.000000 -50000.000000 -1390305525.400000 -1364933115.040000 -1348414375.000000 -2375068.000000 0.000000 0.000000
> -300000.000000 -400000.000000 -50000.000000 -1394232134.680000 -1371855337.600000 -1348414375.000000 -3951083.000000 0.000000 0.000000
> -300000.000000 -300000.000000 -50000.000000 -1394363460.160000 -1372336782.520000 -1348414375.000000 -3997082.200000 0.000000 0.000000
> -300000.000000 -200000.000000 -50000.000000 -1393343859.600000 -1372137938.600000 -1348414375.000000 -4099964.000000 0.000000 0.000000
> -300000.000000 -100000.000000 -50000.000000 -1393633953.360000 -1373296787.720000 -1348414375.000000 -4852030.000000 0.000000 0.000000
> -300000.000000 0.000000 -50000.000000 -1394758078.560000 -1374417454.520000 -1348414375.000000 -4389848.000000 0.000000 0.000000
> -300000.000000 100000.000000 -50000.000000 -1393620272.000000 -1372523424.360000 -1348414375.000000 -838628.100000 0.000000 0.000000
> -300000.000000 200000.000000 -50000.000000 -1393095713.680000 -1369664307.880000 -1348414375.000000 1284037.000000 0.000000 0.000000
> -300000.000000 300000.000000 -50000.000000 -1393927708.800000 -1369280835.560000 -1348414375.000000 3131868.400000 0.000000 0.000000
> -300000.000000 400000.000000 -50000.000000 -1392866788.720000 -1367985447.400000 -1348414375.000000 3347780.000000 0.000000 0.000000
> -200000.000000 -400000.000000 -50000.000000 -1388307085.440000 -1372652902.280000 -1348414375.000000 -1986053.400000 0.000000 0.000000
> -200000.000000 -300000.000000 -50000.000000 -1390118132.480000 -1371714855.720000 -1348414375.000000 1677871.200000 0.000000 0.000000
> -200000.000000 -200000.000000 -50000.000000 -1389685149.600000 -1370656356.080000 -1348414375.000000 1073136.000000 0.000000 0.000000
> -200000.000000 -100000.000000 -50000.000000 -1391596544.360000 -1370811381.720000 -1348414375.000000 1061051.000000 0.000000 0.000000
> -200000.000000 0.000000 -50000.000000 -1386911952.184000 -1366128118.168000 -1348414375.000000 2885474.000000 0.000000 0.000000
> -200000.000000 100000.000000 -50000.000000 -1386211291.520000 -1364358134.040000 -1348414375.000000 4592233.400000 0.000000 0.000000
> -200000.000000 200000.000000 -50000.000000 -1391308808.824000 -1368144962.008000 -1348414375.000000 5230918.000000 0.000000 0.000000
> -200000.000000 300000.000000 -50000.000000 -1390688094.224000 -1367874367.728000 -1348414375.000000 6420403.400000 0.000000 0.000000
> -200000.000000 400000.000000 -50000.000000 -1391898775.080000 -1368287984.360000 -1348414375.000000 7985663.000000 0.000000 0.000000
> -100000.000000 -400000.000000 -50000.000000 -1377123915.640000 -1370252086.720000 -1348414375.000000 1177809.200000 0.000000 0.000000
> -100000.000000 -300000.000000 -50000.000000 -1383501161.240000 -1372671400.320000 -1348414375.000000 9333706.000000 0.000000 0.000000
> -100000.000000 -200000.000000 -50000.000000 -1388924291.480000 -1372609739.160000 -1348414375.000000 13113931.000000 0.000000 0.000000
> -100000.000000 -100000.000000 -50000.000000 -1391716063.760000 -1371904551.600000 -1348414375.000000 15048702.000000 0.000000 0.000000
> -100000.000000 0.000000 -50000.000000 -1388209502.504000 -1366326860.448000 -1348414375.000000 11741930.000000 0.000000 0.000000
> -100000.000000 100000.000000 -50000.000000 -1386641783.120000 -1364359979.400000 -1348414375.000000 8963863.000000 0.000000 0.000000
> -100000.000000 200000.000000 -50000.000000 -1387337542.800000 -1362992329.160000 -1348414375.000000 8105111.000000 0.000000 0.000000
> -100000.000000 300000.000000 -50000.000000 -1385857729.960000 -1362580160.920000 -1348414375.000000 8600393.000000 0.000000 0.000000
> -100000.000000 400000.000000 -50000.000000 -1389806179.960000 -1365986816.920000 -1348414375.000000 9133283.000000 0.000000 0.000000
> 0.000000 -400000.000000 -50000.000000 -1395731826.720000 -1370066129.960000 -1348414375.000000 1120340.400000 0.000000 0.000000
> 0.000000 -300000.000000 -50000.000000 -1399289744.600000 -1373420627.040000 -1348414375.000000 14700720.000000 0.000000 0.000000
> 0.000000 -200000.000000 -50000.000000 -1403516514.840000 -1373257779.080000 -1348414375.000000 29007560.000000 0.000000 0.000000
> 0.000000 -100000.000000 -50000.000000 -1393073134.200000 -1365093370.520000 -1348414375.000000 18754142.000000 0.000000 0.000000
> 0.000000 0.000000 -50000.000000 -1392556686.224000 -1366672676.688000 -1348414375.000000 19112570.000000 0.000000 0.000000
> 0.000000 100000.000000 -50000.000000 -1387596614.360000 -1361064406.680000 -1348414375.000000 14613130.000000 0.000000 0.000000
> 0.000000 200000.000000 -50000.000000 -1385928295.400000 -1359915407.400000 -1348414375.000000 11684103.000000 0.000000 0.000000
> 0.000000 300000.000000 -50000.000000 -1384683887.400000 -1359424847.000000 -1348414375.000000 9670824.000000 0.000000 0.000000
> 0.000000 400000.000000 -50000.000000 -1386761222.440000 -1362114066.280000 -1348414375.000000 8327116.000000 0.000000 0.000000
> 100000.000000 -400000.000000 -50000.000000 -1426502153.120000 -1379608593.000000 -1348414375.000000 -11940070.000000 0.000000 0.000000
> 100000.000000 -300000.000000 -50000.000000 -1419020606.520000 -1379260450.040000 -1348414375.000000 -12025700.000000 0.000000 0.000000
> 100000.000000 -200000.000000 -50000.000000 -1407998593.760000 -1370632323.720000 -1348414375.000000 -7343758.000000 0.000000 0.000000
> 100000.000000 -100000.000000 -50000.000000 -1405368493.760000 -1372794108.840000 -1348414375.000000 13030550.000000 0.000000 0.000000
> 100000.000000 0.000000 -50000.000000 -1391507769.080000 -1364577656.640000 -1348414375.000000 16181100.000000 0.000000 0.000000
> 100000.000000 100000.000000 -50000.000000 -1392688306.064000 -1366278306.888000 -1348414375.000000 19395603.000000 0.000000 0.000000
> 100000.000000 200000.000000 -50000.000000 -1387019095.000000 -1359796761.400000 -1348414375.000000 15272010.000000 0.000000 0.000000
> 100000.000000 300000.000000 -50000.000000 -1385329342.760000 -1359921788.280000 -1348414375.000000 10979953.000000 0.000000 0.000000
> 100000.000000 400000.000000 -50000.000000 -1389201267.960000 -1363763176.160000 -1348414375.000000 8862102.000000 0.000000 0.000000
> 200000.000000 -400000.000000 -50000.000000 -1423541170.480000 -1381748437.960000 -1348414375.000000 -23160900.000000 0.000000 0.000000
> 200000.000000 -300000.000000 -50000.000000 -1422000160.240000 -1380623541.880000 -1348414375.000000 -23642941.000000 0.000000 0.000000
> 200000.000000 -200000.000000 -50000.000000 -1419223296.040000 -1380878377.120000 -1348414375.000000 -21022010.000000 0.000000 0.000000
> 200000.000000 -100000.000000 -50000.000000 -1404828049.680000 -1371881801.840000 -1348414375.000000 -14294154.000000 0.000000 0.000000
> 200000.000000 0.000000 -50000.000000 -1399500164.920000 -1373235206.200000 -1348414375.000000 4826587.000000 0.000000 0.000000
> 200000.000000 100000.000000 -50000.000000 -1389377177.584000 -1366705301.368000 -1348414375.000000 12947510.000000 0.000000 0.000000
> 200000.000000 200000.000000 -50000.000000 -1388790557.880000 -1367253272.000000 -1348414375.000000 19000964.000000 0.000000 0.000000
> 200000.000000 300000.000000 -50000.000000 -1391413330.120000 -1366903863.160000 -1348414375.000000 17724960.000000 0.000000 0.000000
> 200000.000000 400000.000000 -50000.000000 -1394762937.480000 -1368318459.200000 -1348414375.000000 17335570.000000 0.000000 0.000000
> 300000.000000 -400000.000000 -50000.000000 -1421291223.440000 -1380296569.080000 -1348414375.000000 -26442792.000000 0.000000 0.000000
> 300000.000000 -300000.000000 -50000.000000 -1421929344.000000 -1380194888.600000 -1348414375.000000 -25735080.000000 0.000000 0.000000
> 300000.000000 -200000.000000 -50000.000000 -1422104592.480000 -1379368895.960000 -1348414375.000000 -24082672.000000 0.000000 0.000000
> 300000.000000 -100000.000000 -50000.000000 -1421487972.520000 -1381147170.040000 -1348414375.000000 -22004011.000000 0.000000 0.000000
> 300000.000000 0.000000 -50000.000000 -1411145015.280000 -1373575429.160000 -1348414375.000000 -21161960.000000 0.000000 0.000000
> 300000.000000 100000.000000 -50000.000000 -1416486072.320000 -1377949606.440000 -1348414375.000000 -3843841.400000 0.000000 0.000000
> 300000.000000 200000.000000 -50000.000000 -1412773013.080000 -1374147225.880000 -1348414375.000000 23095100.000000 0.000000 0.000000
> 300000.000000 300000.000000 -50000.000000 -1412943492.840000 -1366697933.480000 -1348414375.000000 30740701.000000 0.000000 0.000000
> 300000.000000 400000.000000 -50000.000000 -1406225604.520000 -1366245993.640000 -1348414375.000000 15465974.000000 0.000000 0.000000
> 400000.000000 -400000.000000 -50000.000000 -1419702824.320000 -1379815699.240000 -1348414375.000000 -25352680.000000 0.000000 0.000000
> 400000.000000 -300000.000000 -50000.000000 -1419724737.640000 -1379196239.080000 -1348414375.000000 -23449244.000000 0.000000 0.000000
> 400000.000000 -200000.000000 -50000.000000 -1420611700.640000 -1379289237.480000 -1348414375.000000 -20699814.000000 0.000000 0.000000
> 400000.000000 -100000.000000 -50000.000000 -1418911369.040000 -1378670711.880000 -1348414375.000000 -14633460.000000 0.000000 0.000000
> 400000.000000 0.000000 -50000.000000 -1416793455.000000 -1381735830.200000 -1348414375.000000 -6603338.000000 0.000000 0.000000
> 400000.000000 100000.000000 -50000.000000 -1416015978.520000 -1384381460.440000 -1348414375.000000 -4690536.000000 0.000000 0.000000
> 400000.000000 200000.000000 -50000.000000 -1408965593.640000 -1380227722.280000 -1348414375.000000 -6504119.000000 0.000000 0.000000
> 400000.000000 300000.000000 -50000.000000 -1400694636.440000 -1362499180.680000 -1348414375.000000 -890603.500000 0.000000 0.000000
> 400000.000000 400000.000000 -50000.000000 -1397662607.000000 -1365471577.800000 -1348414375.000000 7398652.000000 0.000000 0.000000
> -400000.000000 -400000.000000 -100000.000000 -3174971657.000000 -3122081189.000000 -3064578125.000000 -4472750.000000 0.000000 0.000000
> -400000.000000 -300000.000000 -100000.000000 -3175747438.000000 -3123221142.000000 -3064578125.000000 -5980613.000000 0.000000 0.000000
> -400000.000000 -200000.000000 -100000.000000 -3173865163.000000 -3124066191.000000 -3064578125.000000 -6599197.000000 0.000000 0.000000
> -400000.000000 -100000.000000 -100000.000000 -3171581062.000000 -3123875286.000000 -3064578125.000000 -7438044.000000 0.000000 0.000000
> -400000.000000 0.000000 -100000.000000 -3174567954.000000 -3125002411.000000 -3064578125.000000 -8650899.000000 0.000000 0.000000
> -400000.000000 100000.000000 -100000.000000 -3177215749.000000 -3124293141.000000 -3064578125.000000 -8390537.000000 0.000000 0.000000
> -400000.000000 200000.000000 -100000.000000 -3177921742.000000 -3121192299.000000 -3064578125.000000 -5837625.000000 0.000000 0.000000
> -400000.000000 300000.000000 -100000.000000 -3178102311.000000 -3116107687.000000 -3064578125.000000 -2197627.400000 0.000000 0.000000
> -400000.000000 400000.000000 -100000.000000 -3159785285.000000 -3102120716.000000 -3064578125.000000 -2375068.000000 0.000000 0.000000
> -300000.000000 -400000.000000 -100000.000000 -3168709397.000000 -3117853040.000000 -3064578125.000000 -3951083.000000 0.000000 0.000000
> -300000.000000 -300000.000000 -100000.000000 -3169007864.000000 -3118947233.000000 -3064578125.000000 -3997082.200000 0.000000 0.000000
> -300000.000000 -200000.000000 -100000.000000 -3166690590.000000 -3118495315.000000 -3064578125.000000 -4099964.000000 0.000000 0.000000
> -300000.000000 -100000.000000 -100000.000000 -3167349894.000000 -3121129063.000000 -3064578125.000000 -4852030.000000 0.000000 0.000000
> -300000.000000 0.000000 -100000.000000 -3169904724.000000 -3123676033.000000 -3064578125.000000 -4389848.000000 0.000000 0.000000
> -300000.000000 100000.000000 -100000.000000 -3167318800.000000 -3119371419.000000 -3064578125.000000 -838628.100000 0.000000 0.000000
> -300000.000000 200000.000000 -100000.000000 -3166126622.000000 -3112873427.000000 -3064578125.000000 1284037.000000 0.000000 0.000000
> -300000.000000 300000.000000 -100000.000000 -3168017520.000000 -3112001899.000000 -3064578125.000000 3131868.400000 0.000000 0.000000
> -300000.000000 400000.000000 -100000.000000 -3165606338.000000 -3109057835.000000 -3064578125.000000 3347780.000000 0.000000 0.000000
> -200000.000000 -400000.000000 -100000.000000 -3155243376.000000 -3119665687.000000 -3064578125.000000 -1986053.400000 0.000000 0.000000
> -200000.000000 -300000.000000 -100000.000000 -3159359392.000000 -3117533763.000000 -3064578125.000000 1677871.200000 0.000000 0.000000
> -200000.000000 -200000.000000 -100000.000000 -3158375340.000000 -3115128082.000000 -3064578125.000000 1073136.000000 0.000000 0.000000
> -200000.000000 -100000.000000 -100000.000000 -3162719419.000000 -3115480413.000000 -3064578125.000000 1061051.000000 0.000000 0.000000
> -200000.000000 0.000000 -100000.000000 -3152072618.600000 -3104836632.200000 -3064578125.000000 2885474.000000 0.000000 0.000000
> -200000.000000 100000.000000 -100000.000000 -3150480208.000000 -3100813941.000000 -3064578125.000000 4592233.400000 0.000000 0.000000
> -200000.000000 200000.000000 -100000.000000 -3162065474.600000 -3109420368.200000 -3064578125.000000 5230918.000000 0.000000 0.000000
> -200000.000000 300000.000000 -100000.000000 -3160654759.600000 -3108805381.200000 -3064578125.000000 6420403.400000 0.000000 0.000000
> -200000.000000 400000.000000 -100000.000000 -3163406307.000000 -3109745419.000000 -3064578125.000000 7985663.000000 0.000000 0.000000
> -100000.000000 -400000.000000 -100000.000000 -3129827081.000000 -3114209288.000000 -3064578125.000000 1177809.200000 0.000000 0.000000
> -100000.000000 -300000.000000 -100000.000000 -3144320821.000000 -3119707728.000000 -3064578125.000000 9333706.000000 0.000000 0.000000
> -100000.000000 -200000.000000 -100000.000000 -3156646117.000000 -3119567589.000000 -3064578125.000000 13113931.000000 0.000000 0.000000
> -100000.000000 -100000.000000 -100000.000000 -3162991054.000000 -3117964890.000000 -3064578125.000000 15048702.000000 0.000000 0.000000
> -100000.000000 0.000000 -100000.000000 -3155021596.600000 -3105288319.200000 -3064578125.000000 11741930.000000 0.000000 0.000000
> -100000.000000 100000.000000 -100000.000000 -3151458598.000000 -3100818135.000000 -3064578125.000000 8963863.000000 0.000000 0.000000
> -100000.000000 200000.000000 -100000.000000 -3153039870.000000 -3097709839.000000 -3064578125.000000 8105111.000000 0.000000 0.000000
> -100000.000000 300000.000000 -100000.000000 -3149676659.000000 -3096773093.000000 -3064578125.000000 8600393.000000 0.000000 0.000000
> -100000.000000 400000.000000 -100000.000000 -3158650409.000000 -3104515493.000000 -3064578125.000000 9133283.000000 0.000000 0.000000
> 0.000000 -400000.000000 -100000.000000 -3172117788.000000 -3113786659.000000 -3064578125.000000 1120340.400000 0.000000 0.000000
> 0.000000 -300000.000000 -100000.000000 -3180203965.000000 -3121410516.000000 -3064578125.000000 14700720.000000 0.000000 0.000000
> 0.000000 -200000.000000 -100000.000000 -3189810261.000000 -3121040407.000000 -3064578125.000000 29007560.000000 0.000000 0.000000
> 0.000000 -100000.000000 -100000.000000 -3166075305.000000 -3102484933.000000 -3064578125.000000 18754142.000000 0.000000 0.000000
> 0.000000 0.000000 -100000.000000 -3164901559.599999 -3106074265.200000 -3064578125.000000 19112570.000000 0.000000 0.000000
> 0.000000 100000.000000 -100000.000000 -3153628669.000000 -3093328197.000000 -3064578125.000000 14613130.000000 0.000000 0.000000
> 0.000000 200000.000000 -100000.000000 -3149837035.000000 -3090716835.000000 -3064578125.000000 11684103.000000 0.000000 0.000000
> 0.000000 300000.000000 -100000.000000 -3147008835.000000 -3089601925.000000 -3064578125.000000 9670824.000000 0.000000 0.000000
> 0.000000 400000.000000 -100000.000000 -3151730051.000000 -3095713787.000000 -3064578125.000000 8327116.000000 0.000000 0.000000
> 100000.000000 -400000.000000 -100000.000000 -3242050348.000000 -3135474075.000000 -3064578125.000000 -11940070.000000 0.000000 0.000000
> 100000.000000 -300000.000000 -100000.000000 -3225046833.000000 -3134682841.000000 -3064578125.000000 -12025700.000000 0.000000 0.000000
> 100000.000000 -200000.000000 -100000.000000 -3199996804.000000 -3115073463.000000 -3064578125.000000 -7343758.000000 0.000000 0.000000
> 100000.000000 -100000.000000 -100000.000000 -3194019304.000000 -3119986611.000000 -3064578125.000000 13030550.000000 0.000000 0.000000
> 100000.000000 0.000000 -100000.000000 -3162517657.000000 -3101312856.000000 -3064578125.000000 16181100.000000 0.000000 0.000000
> 100000.000000 100000.000000 -100000.000000 -3165200695.599999 -3105177970.200000 -3064578125.000000 19395603.000000 0.000000 0.000000
> 100000.000000 200000.000000 -100000.000000 -3152316125.000000 -3090447185.000000 -3064578125.000000 15272010.000000 0.000000 0.000000
> 100000.000000 300000.000000 -100000.000000 -3148475779.000000 -3090731337.000000 -3064578125.000000 10979953.000000 0.000000 0.000000
> 100000.000000 400000.000000 -100000.000000 -3157275609.000000 -3099461764.000000 -3064578125.000000 8862102.000000 0.000000 0.000000
> 200000.000000 -400000.000000 -100000.000000 -3235320842.000000 -3140337359.000000 -3064578125.000000 -23160900.000000 0.000000 0.000000
> 200000.000000 -300000.000000 -100000.000000 -3231818546.000000 -3137780777.000000 -3064578125.000000 -23642941.000000 0.000000 0.000000
> 200000.000000 -200000.000000 -100000.000000 -3225507491.000000 -3138359948.000000 -3064578125.000000 -21022010.000000 0.000000 0.000000
> 200000.000000 -100000.000000 -100000.000000 -3192791022.000000 -3117913186.000000 -3064578125.000000 -14294154.000000 0.000000 0.000000
> 200000.000000 0.000000 -100000.000000 -3180682193.000000 -3120989105.000000 -3064578125.000000 4826587.000000 0.000000 0.000000
> 200000.000000 100000.000000 -100000.000000 -3157675403.600000 -3106148412.200000 -3064578125.000000 12947510.000000 0.000000 0.000000
> 200000.000000 200000.000000 -100000.000000 -3156342177.000000 -3107393800.000000 -3064578125.000000 19000964.000000 0.000000 0.000000
> 200000.000000 300000.000000 -100000.000000 -3162303023.000000 -3106599689.000000 -3064578125.000000 17724960.000000 0.000000 0.000000
> 200000.000000 400000.000000 -100000.000000 -3169915767.000000 -3109814680.000000 -3064578125.000000 17335570.000000 0.000000 0.000000
> 300000.000000 -400000.000000 -100000.000000 -3230207326.000000 -3137037657.000000 -3064578125.000000 -26442792.000000 0.000000 0.000000
> 300000.000000 -300000.000000 -100000.000000 -3231657600.000000 -3136806565.000000 -3064578125.000000 -25735080.000000 0.000000 0.000000
> 300000.000000 -200000.000000 -100000.000000 -3232055892.000000 -3134929309.000000 -3064578125.000000 -24082672.000000 0.000000 0.000000
> 300000.000000 -100000.000000 -100000.000000 -3230654483.000000 -3138970841.000000 -3064578125.000000 -22004011.000000 0.000000 0.000000
> 300000.000000 0.000000 -100000.000000 -3207147762.000000 -3121762339.000000 -3064578125.000000 -21161960.000000 0.000000 0.000000
> 300000.000000 100000.000000 -100000.000000 -3219286528.000000 -3131703651.000000 -3064578125.000000 -3843841.400000 0.000000 0.000000
> 300000.000000 200000.000000 -100000.000000 -3210847757.000000 -3123061877.000000 -3064578125.000000 23095100.000000 0.000000 0.000000
> 300000.000000 300000.000000 -100000.000000 -3211235211.000000 -3106131667.000000 -3064578125.000000 30740701.000000 0.000000 0.000000
> 300000.000000 400000.000000 -100000.000000 -3195967283.000000 -3105104531.000000 -3064578125.000000 15465974.000000 0.000000 0.000000
> 400000.000000 -400000.000000 -100000.000000 -3226597328.000000 -3135944771.000000 -3064578125.000000 -25352680.000000 0.000000 0.000000
> 400000.000000 -300000.000000 -100000.000000 -3226647131.000000 -3134536907.000000 -3064578125.000000 -23449244.000000 0.000000 0.000000
> 400000.000000 -200000.000000 -100000.000000 -3228662956.000000 -3134748267.000000 -3064578125.000000 -20699814.000000 0.000000 0.000000
> 400000.000000 -100000.000000 -100000.000000 -3224798566.000000 -3133342527.000000 -3064578125.000000 -14633460.000000 0.000000 0.000000
> 400000.000000 0.000000 -100000.000000 -3219985125.000000 -3140308705.000000 -3064578125.000000 -6603338.000000 0.000000 0.000000
> 400000.000000 100000.000000 -100000.000000 -3218218133.000000 -3146321501.000000 -3064578125.000000 -4690536.000000 0.000000 0.000000
> 400000.000000 200000.000000 -100000.000000 -3202194531.000000 -3136881187.000000 -3064578125.000000 -6504119.000000 0.000000 0.000000
> 400000.000000 300000.000000 -100000.000000 -3183396901.000000 -3096589047.000000 -3064578125.000000 -890603.500000 0.000000 0.000000
> 400000.000000 400000.000000 -100000.000000 -3176505925.000000 -3103344495.000000 -3064578125.000000 7398652.000000 0.000000 0.000000
> -400000.000000 -400000.000000 -120000.000000 -3886165308.167999 -3821427375.336000 -3751043625.000000 -4472750.000000 0.000000 0.000000
> -400000.000000 -300000.000000 -120000.000000 -3887114864.112000 -3822822677.808000 -3751043625.000000 -5980613.000000 0.000000 0.000000
> -400000.000000 -200000.000000 -120000.000000 -3884810959.511999 -3823857017.784000 -3751043625.000000 -6599197.000000 0.000000 0.000000
> -400000.000000 -100000.000000 -120000.000000 -3882015219.888000 -3823623350.064000 -3751043625.000000 -7438044.000000 0.000000 0.000000
> -400000.000000 0.000000 -120000.000000 -3885671175.695999 -3825002951.064000 -3751043625.000000 -8650899.000000 0.000000 0.000000
> -400000.000000 100000.000000 -120000.000000 -3888912076.776000 -3824134804.584000 -3751043625.000000 -8390537.000000 0.000000 0.000000
> -400000.000000 200000.000000 -120000.000000 -3889776212.207999 -3820339373.976000 -3751043625.000000 -5837625.000000 0.000000 0.000000
> -400000.000000 300000.000000 -120000.000000 -3889997228.664000 -3814115808.888000 -3751043625.000000 -2197627.400000 0.000000 0.000000
> -400000.000000 400000.000000 -120000.000000 -3867577188.840000 -3796995756.384000 -3751043625.000000 -2375068.000000 0.000000 0.000000
> -300000.000000 -400000.000000 -120000.000000 -3878500301.928000 -3816252120.960000 -3751043625.000000 -3951083.000000 0.000000 0.000000
> -300000.000000 -300000.000000 -120000.000000 -3878865625.536000 -3817591413.192000 -3751043625.000000 -3997082.200000 0.000000 0.000000
> -300000.000000 -200000.000000 -120000.000000 -3876029282.160000 -3817038265.560000 -3751043625.000000 -4099964.000000 0.000000 0.000000
> -300000.000000 -100000.000000 -120000.000000 -3876836270.256000 -3820261973.112000 -3751043625.000000 -4852030.000000 0.000000 0.000000
> -300000.000000 0.000000 -120000.000000 -3879963382.176000 -3823379464.392000 -3751043625.000000 -4389848.000000 0.000000 0.000000
> -300000.000000 100000.000000 -120000.000000 -3876798211.200000 -3818110616.856000 -3751043625.000000 -838628.100000 0.000000 0.000000
> -300000.000000 200000.000000 -120000.000000 -3875338985.328000 -3810157074.648000 -3751043625.000000 1284037.000000 0.000000 0.000000
> -300000.000000 300000.000000 -120000.000000 -3877653444.480000 -3809090324.376000 -3751043625.000000 3131868.400000 0.000000 0.000000
> -300000.000000 400000.000000 -120000.000000 -3874702157.711999 -3805486790.040000 -3751043625.000000 3347780.000000 0.000000 0.000000
> -200000.000000 -400000.000000 -120000.000000 -3862017892.224000 -3818470800.888000 -3751043625.000000 -1986053.400000 0.000000 0.000000
> -200000.000000 -300000.000000 -120000.000000 -3867055895.808000 -3815861325.912000 -3751043625.000000 1677871.200000 0.000000 0.000000
> -200000.000000 -200000.000000 -120000.000000 -3865851416.160000 -3812916772.368000 -3751043625.000000 1073136.000000 0.000000 0.000000
> -200000.000000 -100000.000000 -120000.000000 -3871168568.856000 -3813348025.512000 -3751043625.000000 1061051.000000 0.000000 0.000000
> -200000.000000 0.000000 -120000.000000 -3858136885.166400 -3800320037.812800 -3751043625.000000 2885474.000000 0.000000 0.000000
> -200000.000000 100000.000000 -120000.000000 -3856187774.592000 -3795396263.784000 -3751043625.000000 4592233.400000 0.000000 0.000000
> -200000.000000 200000.000000 -120000.000000 -3870368140.910400 -3805930530.676800 -3751043625.000000 5230918.000000 0.000000 0.000000
> -200000.000000 300000.000000 -120000.000000 -3868641425.750400 -3805177786.588799 -3751043625.000000 6420403.400000 0.000000 0.000000
> -200000.000000 400000.000000 -120000.000000 -3872009319.768000 -3806328392.856000 -3751043625.000000 7985663.000000 0.000000 0.000000
> -100000.000000 -400000.000000 -120000.000000 -3830908347.144000 -3811792168.512000 -3751043625.000000 1177809.200000 0.000000 0.000000
> -100000.000000 -300000.000000 -120000.000000 -3848648684.904000 -3818522259.072000 -3751043625.000000 9333706.000000 0.000000 0.000000
> -100000.000000 -200000.000000 -120000.000000 -3863734847.208000 -3818350728.936000 -3751043625.000000 13113931.000000 0.000000 0.000000
> -100000.000000 -100000.000000 -120000.000000 -3871501050.096000 -3816389025.360000 -3751043625.000000 15048702.000000 0.000000 0.000000
> -100000.000000 0.000000 -120000.000000 -3861746434.238400 -3800872902.700799 -3751043625.000000 11741930.000000 0.000000 0.000000
> -100000.000000 100000.000000 -120000.000000 -3857385323.952000 -3795401397.240000 -3751043625.000000 8963863.000000 0.000000 0.000000
> -100000.000000 200000.000000 -120000.000000 -3859320800.880000 -3791596842.936000 -3751043625.000000 8105111.000000 0.000000 0.000000
> -100000.000000 300000.000000 -120000.000000 -3855204230.616000 -3790450265.832000 -3751043625.000000 8600393.000000 0.000000 0.000000
> -100000.000000 400000.000000 -120000.000000 -3866188100.616000 -3799926963.432000 -3751043625.000000 9133283.000000 0.000000 0.000000
> 0.000000 -400000.000000 -120000.000000 -3882672172.511999 -3811274870.616000 -3751043625.000000 1120340.400000 0.000000 0.000000
> 0.000000 -300000.000000 -120000.000000 -3892569653.159999 -3820606471.584000 -3751043625.000000 14700720.000000 0.000000 0.000000
> 0.000000 -200000.000000 -120000.000000 -3904327759.463999 -3820153458.168000 -3751043625.000000 29007560.000000 0.000000 0.000000
> 0.000000 -100000.000000 -120000.000000 -3875276173.319999 -3797441557.992000 -3751043625.000000 18754142.000000 0.000000 0.000000
> 0.000000 0.000000 -120000.000000 -3873839508.950399 -3801834900.604800 -3751043625.000000 19112570.000000 0.000000 0.000000
> 0.000000 100000.000000 -120000.000000 -3860041490.856000 -3786233713.128000 -3751043625.000000 14613130.000000 0.000000 0.000000
> 0.000000 200000.000000 -120000.000000 -3855400530.840000 -3783037406.040000 -3751043625.000000 11684103.000000 0.000000 0.000000
> 0.000000 300000.000000 -120000.000000 -3851938814.040000 -3781672756.200000 -3751043625.000000 9670824.000000 0.000000 0.000000
> 0.000000 400000.000000 -120000.000000 -3857717582.424000 -3789153675.288000 -3751043625.000000 8327116.000000 0.000000 0.000000
> 100000.000000 -400000.000000 -120000.000000 -3968269625.951999 -3837820267.800000 -3751043625.000000 -11940070.000000 0.000000 0.000000
> 100000.000000 -300000.000000 -120000.000000 -3947457323.592000 -3836851797.384000 -3751043625.000000 -12025700.000000 0.000000 0.000000
> 100000.000000 -200000.000000 -120000.000000 -3916796088.095999 -3812849918.712000 -3751043625.000000 -7343758.000000 0.000000 0.000000
> 100000.000000 -100000.000000 -120000.000000 -3909479628.095999 -3818863611.864000 -3751043625.000000 13030550.000000 0.000000 0.000000
> 100000.000000 0.000000 -120000.000000 -3870921612.167999 -3796006935.744000 -3751043625.000000 16181100.000000 0.000000 0.000000
> 100000.000000 100000.000000 -120000.000000 -3874205651.414399 -3800737835.524800 -3751043625.000000 19395603.000000 0.000000 0.000000
> 100000.000000 200000.000000 -120000.000000 -3858434937.000000 -3782707354.440000 -3751043625.000000 15272010.000000 0.000000 0.000000
> 100000.000000 300000.000000 -120000.000000 -3853734353.496000 -3783055156.488000 -3751043625.000000 10979953.000000 0.000000 0.000000
> 100000.000000 400000.000000 -120000.000000 -3864505345.416000 -3793741199.136000 -3751043625.000000 8862102.000000 0.000000 0.000000
> 200000.000000 -400000.000000 -120000.000000 -3960032710.607999 -3843772927.416000 -3751043625.000000 -23160900.000000 0.000000 0.000000
> 200000.000000 -300000.000000 -120000.000000 -3955745900.303999 -3840643671.048000 -3751043625.000000 -23642941.000000 0.000000 0.000000
> 200000.000000 -200000.000000 -120000.000000 -3948021168.983999 -3841352576.352000 -3751043625.000000 -21022010.000000 0.000000 0.000000
> 200000.000000 -100000.000000 -120000.000000 -3907976210.927999 -3816325739.664000 -3751043625.000000 -14294154.000000 0.000000 0.000000
> 200000.000000 0.000000 -120000.000000 -3893155004.231999 -3820090664.520000 -3751043625.000000 4826587.000000 0.000000 0.000000
> 200000.000000 100000.000000 -120000.000000 -3864994694.006400 -3801925656.532800 -3751043625.000000 12947510.000000 0.000000 0.000000
> 200000.000000 200000.000000 -120000.000000 -3863362824.648000 -3803450011.200000 -3751043625.000000 19000964.000000 0.000000 0.000000
> 200000.000000 300000.000000 -120000.000000 -3870658900.152000 -3802478019.336000 -3751043625.000000 17724960.000000 0.000000 0.000000
> 200000.000000 400000.000000 -120000.000000 -3879976898.807999 -3806413168.320000 -3751043625.000000 17335570.000000 0.000000 0.000000
> 300000.000000 -400000.000000 -120000.000000 -3953773767.023999 -3839734092.168000 -3751043625.000000 -26442792.000000 0.000000 0.000000
> 300000.000000 -300000.000000 -120000.000000 -3955548902.399999 -3839451235.560000 -3751043625.000000 -25735080.000000 0.000000 0.000000
> 300000.000000 -200000.000000 -120000.000000 -3956036411.807999 -3837153474.216000 -3751043625.000000 -24082672.000000 0.000000 0.000000
> 300000.000000 -100000.000000 -120000.000000 -3954321087.191999 -3842100309.384000 -3751043625.000000 -22004011.000000 0.000000 0.000000
> 300000.000000 0.000000 -120000.000000 -3925548860.687999 -3821037102.936000 -3751043625.000000 -21161960.000000 0.000000 0.000000
> 300000.000000 100000.000000 -120000.000000 -3940406710.271999 -3833205268.824000 -3751043625.000000 -3843841.400000 0.000000 0.000000
> 300000.000000 200000.000000 -120000.000000 -3930077654.567999 -3822627737.448000 -3751043625.000000 23095100.000000 0.000000 0.000000
> 300000.000000 300000.000000 -120000.000000 -3930551898.263999 -3801905160.408000 -3751043625.000000 30740701.000000 0.000000 0.000000
> 300000.000000 400000.000000 -120000.000000 -3911863954.391999 -3800647945.944000 -3751043625.000000 15465974.000000 0.000000 0.000000
> 400000.000000 -400000.000000 -120000.000000 -3949355129.471999 -3838396399.704000 -3751043625.000000 -25352680.000000 0.000000 0.000000
> 400000.000000 -300000.000000 -120000.000000 -3949416088.343999 -3836673174.168000 -3751043625.000000 -23449244.000000 0.000000 0.000000
> 400000.000000 -200000.000000 -120000.000000 -3951883458.144000 -3836931878.808000 -3751043625.000000 -20699814.000000 0.000000 0.000000
> 400000.000000 -100000.000000 -120000.000000 -3947153444.783999 -3835211253.048000 -3751043625.000000 -14633460.000000 0.000000 0.000000
> 400000.000000 0.000000 -120000.000000 -3941261793.000000 -3843737854.920000 -3751043625.000000 -6603338.000000 0.000000 0.000000
> 400000.000000 100000.000000 -120000.000000 -3939098994.791999 -3851097517.224000 -3751043625.000000 -4690536.000000 0.000000 0.000000
> 400000.000000 200000.000000 -120000.000000 -3919486105.943999 -3839542572.888000 -3751043625.000000 -6504119.000000 0.000000 0.000000
> 400000.000000 300000.000000 -120000.000000 -3896477806.823999 -3790224993.528000 -3751043625.000000 -890603.500000 0.000000 0.000000
> 400000.000000 400000.000000 -120000.000000 -3888043252.199999 -3798493661.880000 -3751043625.000000 7398652.000000 0.000000 0.000000
> -400000.000000 -400000.000000 -160000.000000 -5308552610.503999 -5220119748.007999 -5123974625.000000 -4472750.000000 0.000000 0.000000
> -400000.000000 -300000.000000 -160000.000000 -5309849716.335999 -5222025749.424000 -5123974625.000000 -5980613.000000 0.000000 0.000000
> -400000.000000 -200000.000000 -160000.000000 -5306702552.535999 -5223438671.352000 -5123974625.000000 -6599197.000000 0.000000 0.000000
> -400000.000000 -100000.000000 -160000.000000 -5302883535.664000 -5223119478.191999 -5123974625.000000 -7438044.000000 0.000000 0.000000
> -400000.000000 0.000000 -160000.000000 -5307877619.087999 -5225004031.191999 -5123974625.000000 -8650899.000000 0.000000 0.000000
> -400000.000000 100000.000000 -160000.000000 -5312304732.327999 -5223818131.752000 -5123974625.000000 -8390537.000000 0.000000 0.000000
> -400000.000000 200000.000000 -160000.000000 -5313485152.623999 -5218633523.927999 -5123974625.000000 -5837625.000000 0.000000 0.000000
> -400000.000000 300000.000000 -160000.000000 -5313787063.991999 -5210132052.664000 -5123974625.000000 -2197627.400000 0.000000 0.000000
> -400000.000000 400000.000000 -160000.000000 -5283160996.520000 -5186745837.151999 -5123974625.000000 -2375068.000000 0.000000 0.000000
> -300000.000000 -400000.000000 -160000.000000 -5298082111.783999 -5213050282.880000 -5123974625.000000 -3951083.000000 0.000000 0.000000
> -300000.000000 -300000.000000 -160000.000000 -5298581148.608000 -5214879773.576000 -5123974625.000000 -3997082.200000 0.000000 0.000000
> -300000.000000 -200000.000000 -160000.000000 -5294706666.480000 -5214124166.679999 -5123974625.000000 -4099964.000000 0.000000 0.000000
> -300000.000000 -100000.000000 -160000.000000 -5295809022.768000 -5218527793.335999 -5123974625.000000 -4852030.000000 0.000000 0.000000
> -300000.000000 0.000000 -160000.000000 -5300080698.528000 -5222786327.176000 -5123974625.000000 -4389848.000000 0.000000 0.000000
> -300000.000000 100000.000000 -160000.000000 -5295757033.599999 -5215589012.568000 -5123974625.000000 -838628.100000 0.000000 0.000000
> -300000.000000 200000.000000 -160000.000000 -5293763711.984000 -5204724369.944000 -5123974625.000000 1284037.000000 0.000000 0.000000
> -300000.000000 300000.000000 -160000.000000 -5296925293.439999 -5203267175.128000 -5123974625.000000 3131868.400000 0.000000 0.000000
> -300000.000000 400000.000000 -160000.000000 -5292893797.135999 -5198344700.120000 -5123974625.000000 3347780.000000 0.000000 0.000000
> -200000.000000 -400000.000000 -160000.000000 -5275566924.672000 -5216081028.664000 -5123974625.000000 -1986053.400000 0.000000 0.000000
> -200000.000000 -300000.000000 -160000.000000 -5282448903.424000 -5212516451.736000 -5123974625.000000 1677871.200000 0.000000 0.000000
> -200000.000000 -200000.000000 -160000.000000 -5280803568.480000 -5208494153.104000 -5123974625.000000 1073136.000000 0.000000 0.000000
> -200000.000000 -100000.000000 -160000.000000 -5288066868.568000 -5209083250.536000 -5123974625.000000 1061051.000000 0.000000 0.000000
> -200000.000000 0.000000 -160000.000000 -5270265418.299200 -5191286849.038400 -5123974625.000000 2885474.000000 0.000000 0.000000
> -200000.000000 100000.000000 -160000.000000 -5267602907.776000 -5184560909.352000 -5123974625.000000 4592233.400000 0.000000 0.000000
> -200000.000000 200000.000000 -160000.000000 -5286973473.531199 -5198950855.630400 -5123974625.000000 5230918.000000 0.000000 0.000000
> -200000.000000 300000.000000 -160000.000000 -5284614758.051200 -5197922597.366400 -5123974625.000000 6420403.400000 0.000000 0.000000
> -200000.000000 400000.000000 -160000.000000 -5289215345.304000 -5199494340.568000 -5123974625.000000 7985663.000000 0.000000 0.000000
> -100000.000000 -400000.000000 -160000.000000 -5233070879.432000 -5206957929.536000 -5123974625.000000 1177809.200000 0.000000 0.000000
> -100000.000000 -300000.000000 -160000.000000 -5257304412.712000 -5216151321.216000 -5123974625.000000 9333706.000000 0.000000 0.000000
> -100000.000000 -200000.000000 -160000.000000 -5277912307.624000 -5215917008.808000 -5123974625.000000 13113931.000000 0.000000 0.000000
> -100000.000000 -100000.000000 -160000.000000 -5288521042.288000 -5213237296.080000 -5123974625.000000 15048702.000000 0.000000 0.000000
> -100000.000000 0.000000 -160000.000000 -5275196109.515200 -5192042069.702399 -5123974625.000000 11741930.000000 0.000000 0.000000
> -100000.000000 100000.000000 -160000.000000 -5269238775.856000 -5184567921.719999 -5123974625.000000 8963863.000000 0.000000 0.000000
> -100000.000000 200000.000000 -160000.000000 -5271882662.639999 -5179370850.808000 -5123974625.000000 8105111.000000 0.000000 0.000000
> -100000.000000 300000.000000 -160000.000000 -5266259373.848000 -5177804611.495999 -5123974625.000000 8600393.000000 0.000000 0.000000
> -100000.000000 400000.000000 -160000.000000 -5281263483.848000 -5190749904.296000 -5123974625.000000 9133283.000000 0.000000 0.000000
> 0.000000 -400000.000000 -160000.000000 -5303780941.535999 -5206251293.848000 -5123974625.000000 1120340.400000 0.000000 0.000000
> 0.000000 -300000.000000 -160000.000000 -5317301029.479999 -5218998382.752000 -5123974625.000000 14700720.000000 0.000000 0.000000
> 0.000000 -200000.000000 -160000.000000 -5333362756.391999 -5218379560.504000 -5123974625.000000 29007560.000000 0.000000 0.000000
> 0.000000 -100000.000000 -160000.000000 -5293677909.959999 -5187354807.976000 -5123974625.000000 18754142.000000 0.000000 0.000000
> 0.000000 0.000000 -160000.000000 -5291715407.651198 -5193356171.414399 -5123974625.000000 19112570.000000 0.000000 0.000000
> 0.000000 100000.000000 -160000.000000 -5272867134.568000 -5172044745.384000 -5123974625.000000 14613130.000000 0.000000 0.000000
> 0.000000 200000.000000 -160000.000000 -5266527522.520000 -5167678548.120000 -5123974625.000000 11684103.000000 0.000000 0.000000
> 0.000000 300000.000000 -160000.000000 -5261798772.120000 -5165814418.599999 -5123974625.000000 9670824.000000 0.000000 0.000000
> 0.000000 400000.000000 -160000.000000 -5269692645.271999 -5176033451.863999 -5123974625.000000 8327116.000000 0.000000 0.000000
> 100000.000000 -400000.000000 -160000.000000 -5420708181.855999 -5242512653.400000 -5123974625.000000 -11940070.000000 0.000000 0.000000
> 100000.000000 -300000.000000 -160000.000000 -5392278304.775999 -5241189710.151999 -5123974625.000000 -12025700.000000 0.000000 0.000000
> 100000.000000 -200000.000000 -160000.000000 -5350394656.287999 -5208402830.136000 -5123974625.000000 -7343758.000000 0.000000 0.000000
> 100000.000000 -100000.000000 -160000.000000 -5340400276.287999 -5216617613.592000 -5123974625.000000 13030550.000000 0.000000 0.000000
> 100000.000000 0.000000 -160000.000000 -5287729522.503999 -5185395095.231999 -5123974625.000000 16181100.000000 0.000000 0.000000
> 100000.000000 100000.000000 -160000.000000 -5292215563.043199 -5191857566.174399 -5123974625.000000 19395603.000000 0.000000 0.000000
> 100000.000000 200000.000000 -160000.000000 -5270672561.000000 -5167227693.320000 -5123974625.000000 15272010.000000 0.000000 0.000000
> 100000.000000 300000.000000 -160000.000000 -5264251502.488000 -5167702795.464000 -5123974625.000000 10979953.000000 0.000000 0.000000
> 100000.000000 400000.000000 -160000.000000 -5278964818.248000 -5182300069.408000 -5123974625.000000 8862102.000000 0.000000 0.000000
> 200000.000000 -400000.000000 -160000.000000 -5409456447.823999 -5250644064.248000 -5123974625.000000 -23160900.000000 0.000000 0.000000
> 200000.000000 -300000.000000 -160000.000000 -5403600608.911999 -5246369459.144000 -5123974625.000000 -23642941.000000 0.000000 0.000000
> 200000.000000 -200000.000000 -160000.000000 -5393048524.951999 -5247337833.056000 -5123974625.000000 -21022010.000000 0.000000 0.000000
> 200000.000000 -100000.000000 -160000.000000 -5338346588.783999 -5213150846.992000 -5123974625.000000 -14294154.000000 0.000000 0.000000
> 200000.000000 0.000000 -160000.000000 -5318100626.695999 -5218293783.559999 -5123974625.000000 4826587.000000 0.000000 0.000000
> 200000.000000 100000.000000 -160000.000000 -5279633274.819200 -5193480145.198400 -5123974625.000000 12947510.000000 0.000000 0.000000
> 200000.000000 200000.000000 -160000.000000 -5277404119.944000 -5195562433.599999 -5123974625.000000 19000964.000000 0.000000 0.000000
> 200000.000000 300000.000000 -160000.000000 -5287370654.455999 -5194234680.007999 -5123974625.000000 17724960.000000 0.000000 0.000000
> 200000.000000 400000.000000 -160000.000000 -5300099162.423999 -5199610144.960000 -5123974625.000000 17335570.000000 0.000000 0.000000
> 300000.000000 -400000.000000 -160000.000000 -5400906649.071999 -5245126962.504000 -5123974625.000000 -26442792.000000 0.000000 0.000000
> 300000.000000 -300000.000000 -160000.000000 -5403331507.199999 -5244740576.679999 -5123974625.000000 -25735080.000000 0.000000 0.000000
> 300000.000000 -200000.000000 -160000.000000 -5403997451.423999 -5241601804.648000 -5123974625.000000 -24082672.000000 0.000000 0.000000
> 300000.000000 -100000.000000 -160000.000000 -5401654295.575999 -5248359246.151999 -5123974625.000000 -22004011.000000 0.000000 0.000000
> 300000.000000 0.000000 -160000.000000 -5362351058.063999 -5219586630.808000 -5123974625.000000 -21161960.000000 0.000000 0.000000
> 300000.000000 100000.000000 -160000.000000 -5382647074.815999 -5236208504.472000 -5123974625.000000 -3843841.400000 0.000000 0.000000
> 300000.000000 200000.000000 -160000.000000 -5368537449.703999 -5221759458.344000 -5123974625.000000 23095100.000000 0.000000 0.000000
> 300000.000000 300000.000000 -160000.000000 -5369185272.791999 -5193452147.224000 -5123974625.000000 30740701.000000 0.000000 0.000000
> 300000.000000 400000.000000 -160000.000000 -5343657297.175999 -5191734775.832000 -5123974625.000000 15465974.000000 0.000000 0.000000
> 400000.000000 -400000.000000 -160000.000000 -5394870732.415999 -5243299657.112000 -5123974625.000000 -25352680.000000 0.000000 0.000000
> 400000.000000 -300000.000000 -160000.000000 -5394954003.031999 -5240945708.504000 -5123974625.000000 -23449244.000000 0.000000 0.000000
> 400000.000000 -200000.000000 -160000.000000 -5398324462.431999 -5241299102.424000 -5123974625.000000 -20699814.000000 0.000000 0.000000
> 400000.000000 -100000.000000 -160000.000000 -5391863202.351999 -5238948705.144000 -5123974625.000000 -14633460.000000 0.000000 0.000000
> 400000.000000 0.000000 -160000.000000 -5383815128.999999 -5250596154.760000 -5123974625.000000 -6603338.000000 0.000000 0.000000
> 400000.000000 100000.000000 -160000.000000 -5380860718.375999 -5260649549.672000 -5123974625.000000 -4690536.000000 0.000000 0.000000
> 400000.000000 200000.000000 -160000.000000 -5354069255.831999 -5244865344.664000 -5123974625.000000 -6504119.000000 0.000000 0.000000
> 400000.000000 300000.000000 -160000.000000 -5322639618.471999 -5177496886.584000 -5123974625.000000 -890603.500000 0.000000 0.000000
> 400000.000000 400000.000000 -160000.000000 -5311117906.599999 -5188791995.639999 -5123974625.000000 7398652.000000 0.000000 0.000000
>
> On Nov 11, 2015, at 10:56, Matthew Knepley <knepley at mcs.anl.gov<mailto:knepley at mcs.anl.gov>> wrote:
>
> On Wed, Nov 11, 2015 at 10:42 AM, Chunyu Liu (cliu5) <cliu5 at memphis.edu<mailto:cliu5 at memphis.edu>> wrote:
> Hi,
>
> When I do 3D linear interpolation for initial stress, It always shows that :
> Could not find initial stress at (  100270  116887  -36173.7) in material
>
> But, my initial stress domain is bigger than my mesh domain.Generally, it should work.
> If the initial stress domain is bigger and is linearly interpolated, it should include this point( 100270,116887,-36173.7).
>
> You need to include your spatial database so that we know what is in it.
>
>    Thanks,
>
>      Matt
>
> It works when I use 2D dimension data or use nearest interpolation.
>
> Does this mean the linear interpolation interval is not small enough?
> I should modify that linear interpolation source file, right?
>
> Appreciate for any ideas and suggestions.
>
> Thank you
>
>
> On Nov 9, 2015, at 10:08, Brad Aagaard <baagaard at usgs.gov<mailto:baagaard at usgs.gov>> wrote:
>
> On 11/9/15 7:29 AM, Chunyu Liu (cliu5) wrote:
> Hi Brad,
> Thank you for replying.
> Actually my initial stress data dimension is 3.
> When I change data-dim=3 and use linear interpolation, it works on
> SimpleGridDB but not in SimpleDB.
> However, SimpleDB works by using nearest interpolation.
> Any idea about it ?
>
> Nearest interpolation just uses the nearest point. If the grid has the same resolution as the mesh, then this works fine. If your grid is at a coarser resolution than the mesh and your data is on a grid, then use SimpleGridDB as the interpolation algorithm is much more efficient.
>
> SimpleDB in 3-D assumes a cloud of points and forms tetrahedra to do the interpolation, so it can give funny results for gridded data with large spatial variations.
>
> Regards,
> Brad
>
> _______________________________________________
> CIG-SHORT mailing list
> CIG-SHORT at geodynamics.org<mailto:CIG-SHORT at geodynamics.org>
> http://lists.geodynamics.org/cgi-bin/mailman/listinfo/cig-short
>
>
> _______________________________________________
> CIG-SHORT mailing list
> CIG-SHORT at geodynamics.org<mailto:CIG-SHORT at geodynamics.org>
> http://lists.geodynamics.org/cgi-bin/mailman/listinfo/cig-short
>
>
>
> --
> What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.
> -- Norbert Wiener
> _______________________________________________
> CIG-SHORT mailing list
> CIG-SHORT at geodynamics.org<mailto:CIG-SHORT at geodynamics.org>
> http://lists.geodynamics.org/cgi-bin/mailman/listinfo/cig-short
>
>
>
> _______________________________________________
> CIG-SHORT mailing list
> CIG-SHORT at geodynamics.org
> http://lists.geodynamics.org/cgi-bin/mailman/listinfo/cig-short
>



More information about the CIG-SHORT mailing list