Added exact arithmetic test branch.
commit0239408c9f85abfa7610ccd6e68b2f0cb258a4df
authorchr <chr@6221c96e-593b-4ce1-a500-64c4038a1943>
Tue, 31 Jan 2012 22:31:52 +0000 (31 22:31 +0000)
committerchr <chr@6221c96e-593b-4ce1-a500-64c4038a1943>
Tue, 31 Jan 2012 22:31:52 +0000 (31 22:31 +0000)
tree7dfab251490af28834a3a89676b616601f1748cf
parent0421c39066bc93031cb6114b59b82e25f935321f
Added exact arithmetic test branch.

git-svn-id: https://codeforge.lbl.gov/anonscm/voro@525 6221c96e-593b-4ce1-a500-64c4038a1943
150 files changed:
branches/exact/LICENSE [new file with mode: 0644]
branches/exact/Makefile [new file with mode: 0644]
branches/exact/NEWS [new file with mode: 0644]
branches/exact/README [new file with mode: 0644]
branches/exact/config.mk [new file with mode: 0644]
branches/exact/examples/Makefile [new file with mode: 0644]
branches/exact/examples/README [new file with mode: 0644]
branches/exact/examples/basic/Makefile [new file with mode: 0644]
branches/exact/examples/basic/README [new file with mode: 0644]
branches/exact/examples/basic/import.cc [new file with mode: 0644]
branches/exact/examples/basic/import.pov [new file with mode: 0644]
branches/exact/examples/basic/pack_ten_cube [new file with mode: 0644]
branches/exact/examples/basic/platonic.cc [new file with mode: 0644]
branches/exact/examples/basic/random_points.cc [new file with mode: 0644]
branches/exact/examples/basic/single_cell.cc [new file with mode: 0644]
branches/exact/examples/custom/Makefile [new file with mode: 0644]
branches/exact/examples/custom/README [new file with mode: 0644]
branches/exact/examples/custom/cell_statistics.cc [new file with mode: 0644]
branches/exact/examples/custom/custom_output.cc [new file with mode: 0644]
branches/exact/examples/custom/custom_output.pl [new file with mode: 0644]
branches/exact/examples/custom/custom_output.pov [new file with mode: 0644]
branches/exact/examples/custom/pack_six_cube [new file with mode: 0644]
branches/exact/examples/custom/pack_six_cube.pov [new file with mode: 0644]
branches/exact/examples/custom/pack_six_cube_poly [new file with mode: 0644]
branches/exact/examples/custom/pack_six_cube_poly.pov [new file with mode: 0644]
branches/exact/examples/custom/radical.cc [new file with mode: 0644]
branches/exact/examples/degenerate/Makefile [new file with mode: 0644]
branches/exact/examples/degenerate/README [new file with mode: 0644]
branches/exact/examples/degenerate/degenerate.cc [new file with mode: 0644]
branches/exact/examples/degenerate/degenerate.pov [new file with mode: 0644]
branches/exact/examples/degenerate/degenerate2.cc [new file with mode: 0644]
branches/exact/examples/degenerate/degenerate2.pov [new file with mode: 0644]
branches/exact/examples/extra/Makefile [new file with mode: 0644]
branches/exact/examples/extra/README [new file with mode: 0644]
branches/exact/examples/extra/box_cut.cc [new file with mode: 0644]
branches/exact/examples/extra/cut_region.cc [new file with mode: 0644]
branches/exact/examples/extra/irregular.cc [new file with mode: 0644]
branches/exact/examples/extra/irregular.pov [new file with mode: 0644]
branches/exact/examples/extra/pack_irregular [new file with mode: 0644]
branches/exact/examples/extra/superellipsoid.cc [new file with mode: 0644]
branches/exact/examples/extra/superellipsoid.pov [new file with mode: 0644]
branches/exact/examples/interface/Makefile [new file with mode: 0644]
branches/exact/examples/interface/README [new file with mode: 0644]
branches/exact/examples/interface/find_voro_cell.cc [new file with mode: 0644]
branches/exact/examples/interface/loops.cc [new file with mode: 0644]
branches/exact/examples/interface/loops.pov [new file with mode: 0644]
branches/exact/examples/interface/odd_even.cc [new file with mode: 0644]
branches/exact/examples/interface/odd_even.pov [new file with mode: 0644]
branches/exact/examples/interface/pack_six_cube [new file with mode: 0644]
branches/exact/examples/interface/polygons.cc [new file with mode: 0644]
branches/exact/examples/interface/polygons4.pov [new file with mode: 0644]
branches/exact/examples/interface/polygons5.pov [new file with mode: 0644]
branches/exact/examples/interface/polygons6.pov [new file with mode: 0644]
branches/exact/examples/no_release/Makefile [new file with mode: 0644]
branches/exact/examples/no_release/cylinder_inv.cc [new file with mode: 0644]
branches/exact/examples/no_release/cylinder_inv.pov [new file with mode: 0644]
branches/exact/examples/no_release/finite_sys.cc [new file with mode: 0644]
branches/exact/examples/no_release/finite_sys.pov [new file with mode: 0644]
branches/exact/examples/no_release/import_freeman.cc [new file with mode: 0644]
branches/exact/examples/no_release/import_nguyen.cc [new file with mode: 0644]
branches/exact/examples/no_release/import_rahman.cc [new file with mode: 0644]
branches/exact/examples/no_release/liq-900K.dat [new file with mode: 0644]
branches/exact/examples/no_release/lloyd_box.cc [new file with mode: 0644]
branches/exact/examples/no_release/pack_semicircle [new file with mode: 0644]
branches/exact/examples/no_release/period.cc [new file with mode: 0644]
branches/exact/examples/no_release/polycry.gnuplot [new file with mode: 0644]
branches/exact/examples/no_release/polycrystal_rahman.cc [new file with mode: 0644]
branches/exact/examples/no_release/rad_test.cc [new file with mode: 0644]
branches/exact/examples/no_release/rad_test.pl [new file with mode: 0644]
branches/exact/examples/no_release/rad_test.pov [new file with mode: 0644]
branches/exact/examples/no_release/random_points_10.cc [new file with mode: 0644]
branches/exact/examples/no_release/random_points_200.cc [new file with mode: 0644]
branches/exact/examples/no_release/single_cell_2d.cc [new file with mode: 0644]
branches/exact/examples/no_release/sphere_mesh.cc [new file with mode: 0644]
branches/exact/examples/no_release/voro_lf.cc [new file with mode: 0644]
branches/exact/examples/timing/README [new file with mode: 0644]
branches/exact/examples/timing/timing_test.cc [new file with mode: 0644]
branches/exact/examples/timing/timing_test.pl [new file with mode: 0644]
branches/exact/examples/walls/Makefile [new file with mode: 0644]
branches/exact/examples/walls/README [new file with mode: 0644]
branches/exact/examples/walls/cylinder.cc [new file with mode: 0644]
branches/exact/examples/walls/cylinder.pov [new file with mode: 0644]
branches/exact/examples/walls/frustum.cc [new file with mode: 0644]
branches/exact/examples/walls/frustum.pov [new file with mode: 0644]
branches/exact/examples/walls/pack_cylinder [new file with mode: 0644]
branches/exact/examples/walls/pack_torus [new file with mode: 0644]
branches/exact/examples/walls/tetrahedron.cc [new file with mode: 0644]
branches/exact/examples/walls/tetrahedron.pov [new file with mode: 0644]
branches/exact/examples/walls/torus.cc [new file with mode: 0644]
branches/exact/examples/walls/torus.pov [new file with mode: 0644]
branches/exact/man/voro++.1 [new file with mode: 0644]
branches/exact/scripts/README [new file with mode: 0644]
branches/exact/scripts/network.pl [new file with mode: 0644]
branches/exact/scripts/random.pl [new file with mode: 0644]
branches/exact/scripts/sum.pl [new file with mode: 0644]
branches/exact/src/Doxyfile [new file with mode: 0644]
branches/exact/src/Makefile [new file with mode: 0644]
branches/exact/src/Makefile.dep [new file with mode: 0644]
branches/exact/src/README [new file with mode: 0644]
branches/exact/src/c_loops.cc [new file with mode: 0644]
branches/exact/src/c_loops.hh [new file with mode: 0644]
branches/exact/src/cell.cc [new file with mode: 0644]
branches/exact/src/cell.hh [new file with mode: 0644]
branches/exact/src/cmd_line.cc [new file with mode: 0644]
branches/exact/src/common.cc [new file with mode: 0644]
branches/exact/src/common.hh [new file with mode: 0644]
branches/exact/src/config.hh [new file with mode: 0644]
branches/exact/src/container.cc [new file with mode: 0644]
branches/exact/src/container.hh [new file with mode: 0644]
branches/exact/src/container_prd.cc [new file with mode: 0644]
branches/exact/src/container_prd.hh [new file with mode: 0644]
branches/exact/src/pre_container.cc [new file with mode: 0644]
branches/exact/src/pre_container.hh [new file with mode: 0644]
branches/exact/src/rad_option.hh [new file with mode: 0644]
branches/exact/src/unitcell.cc [new file with mode: 0644]
branches/exact/src/unitcell.hh [new file with mode: 0644]
branches/exact/src/v_base.cc [new file with mode: 0644]
branches/exact/src/v_base.hh [new file with mode: 0644]
branches/exact/src/v_base_wl.cc [new file with mode: 0644]
branches/exact/src/v_compute.cc [new file with mode: 0644]
branches/exact/src/v_compute.hh [new file with mode: 0644]
branches/exact/src/voro++.cc [new file with mode: 0644]
branches/exact/src/voro++.hh [new file with mode: 0644]
branches/exact/src/wall.cc [new file with mode: 0644]
branches/exact/src/wall.hh [new file with mode: 0644]
branches/exact/src/worklist.hh [new file with mode: 0644]
branches/exact/src/worklist_gen.pl [new file with mode: 0755]
branches/exact/test.cc [new file with mode: 0644]
branches/exact/zeo/Makefile [new file with mode: 0644]
branches/exact/zeo/cp_test.cc [new file with mode: 0644]
branches/exact/zeo/cp_test.gnuplot [new file with mode: 0644]
branches/exact/zeo/examples/AFX.v1 [new file with mode: 0644]
branches/exact/zeo/examples/BIK.v1 [new file with mode: 0644]
branches/exact/zeo/examples/EDI.v1 [new file with mode: 0644]
branches/exact/zeo/examples/EMT.v1 [new file with mode: 0644]
branches/exact/zeo/examples/HEU.v1 [new file with mode: 0644]
branches/exact/zeo/examples/HV.v1 [new file with mode: 0644]
branches/exact/zeo/examples/IFR.v1 [new file with mode: 0644]
branches/exact/zeo/examples/JBW.v1 [new file with mode: 0644]
branches/exact/zeo/examples/P1.v1 [new file with mode: 0644]
branches/exact/zeo/examples/P2.v1 [new file with mode: 0644]
branches/exact/zeo/examples/P3.v1 [new file with mode: 0644]
branches/exact/zeo/examples/P4.v1 [new file with mode: 0644]
branches/exact/zeo/examples/YUG.v1 [new file with mode: 0644]
branches/exact/zeo/examples/test.v1 [new file with mode: 0644]
branches/exact/zeo/images.cc [new file with mode: 0644]
branches/exact/zeo/network.cc [new file with mode: 0644]
branches/exact/zeo/r_table.cc [new file with mode: 0644]
branches/exact/zeo/v_network.cc [new file with mode: 0644]
branches/exact/zeo/v_network.hh [new file with mode: 0644]