LICENSE.txt
README.md
andrew.py
setup.cfg
setup.py
test.py
benchmarking/array_vs_linked_list.py
benchmarking/binary_close.py
benchmarking/build_convexity_distribution_figure.py
benchmarking/build_times_figure.py
benchmarking/corner_recovery.py
benchmarking/generate_brain_code.py
benchmarking/global_pu_time.py
benchmarking/heart_test.py
benchmarking/implicit_accuracy_number_patches.py
benchmarking/implicit_condition_number.py
benchmarking/implicit_figure.py
benchmarking/implicit_trees.py
benchmarking/mesh_vs_patch.py
benchmarking/morphometry_properties.py
benchmarking/patch_functions.py
benchmarking/perfusion.py
benchmarking/point_enclosure.py
benchmarking/result_figure_1.py
benchmarking/test_bifurcation_optimization.py
benchmarking/test_boolean.py
benchmarking/test_cone_build_times.py
benchmarking/test_cube_build_times.py
benchmarking/test_cylinder_build_times.py
benchmarking/test_dodecahedron_build_times.py
benchmarking/test_icosahedron_build_times.py
benchmarking/test_octahedron_build_times.py
benchmarking/test_optimizers.py
benchmarking/test_pyramid_build_times.py
benchmarking/test_sphere_build_times.py
benchmarking/test_tetrahedron_build_times.py
benchmarking/optimization/get_data.py
docs/big_cco_cube.png
svcco/__init__.py
svcco/test_rotation.py
svcco/tree.py
svcco.egg-info/PKG-INFO
svcco.egg-info/SOURCES.txt
svcco.egg-info/dependency_links.txt
svcco.egg-info/requires.txt
svcco.egg-info/top_level.txt
svcco/branch_addition/__init__.py
svcco/branch_addition/add_bifurcation.py
svcco/branch_addition/add_branches.py
svcco/branch_addition/add_branches_v2.py
svcco/branch_addition/add_branches_v3.py
svcco/branch_addition/add_depths.py
svcco/branch_addition/add_edge.py
svcco/branch_addition/add_flow.py
svcco/branch_addition/add_geodesic_path.py
svcco/branch_addition/basis.py
svcco/branch_addition/calculate_length.py
svcco/branch_addition/calculate_radii.py
svcco/branch_addition/check.py
svcco/branch_addition/close.py
svcco/branch_addition/finite_difference.py
svcco/branch_addition/geodesic.py
svcco/branch_addition/get_path.py
svcco/branch_addition/get_point.py
svcco/branch_addition/local_func_v5.py
svcco/branch_addition/local_func_v6.py
svcco/branch_addition/local_func_v7.py
svcco/branch_addition/sample_triad.py
svcco/branch_addition/set_root.py
svcco/branch_addition/set_root_homogeneous_nonconvex.py
svcco/branch_addition/triangle.py
svcco/branch_addition/update.py
svcco/branch_addition/update_geodesic.py
svcco/collision/__init__.py
svcco/collision/collision.py
svcco/collision/obb.py
svcco/collision/obb_unit_tests.py
svcco/collision/sphere_proximity.py
svcco/collision/sphere_proximity_unit_tests.py
svcco/forest_utils/__init__.py
svcco/forest_utils/compete_add.py
svcco/forest_utils/connect.py
svcco/forest_utils/connect_collision.py
svcco/forest_utils/optimize_connection.py
svcco/forest_utils/smooth.py
svcco/implicit/__init__.py
svcco/implicit/delete
svcco/implicit/derivative.py
svcco/implicit/implicit.py
svcco/implicit/load.py
svcco/implicit/sampling.py
svcco/implicit/weingarten_map.py
svcco/implicit/core/__init__.py
svcco/implicit/core/a_matrix.py
svcco/implicit/core/h_matrix.py
svcco/implicit/core/m_matrix.py
svcco/implicit/core/n_matrix.py
svcco/implicit/core/utils.py
svcco/implicit/kernel/__init__.py
svcco/implicit/kernel/kernel.py
svcco/implicit/kernel/kernel_functions/__init__.py
svcco/implicit/kernel/kernel_functions/delete
svcco/implicit/kernel/kernel_functions/fitness.py
svcco/implicit/kernel/kernel_functions/grad.py
svcco/implicit/kernel/kernel_functions/hess.py
svcco/implicit/solver/__init__.py
svcco/implicit/solver/solver.py
svcco/implicit/solver/solver_functions/__init__.py
svcco/implicit/solver/solver_functions/delete
svcco/implicit/solver/solver_functions/init_normals_given.py
svcco/implicit/solver/solver_functions/init_normals_not_given.py
svcco/implicit/tests/__init__.py
svcco/implicit/tests/bumpy_sphere.py
svcco/implicit/tests/heart.py
svcco/implicit/tests/heart_normals_unique.csv
svcco/implicit/tests/heart_points_unique.csv
svcco/implicit/visualize/__init__.py
svcco/implicit/visualize/delete
svcco/implicit/visualize/visualize.py
svcco/sv_construction_modules/centerline.txt
svcco/sv_construction_modules/contour.txt
svcco/sv_construction_modules/geometry.txt
svcco/sv_construction_modules/loft.txt
svcco/sv_construction_modules/mesh.txt
svcco/sv_construction_modules/paths.txt
svcco/sv_construction_modules/presolver.txt
svcco/sv_construction_modules/setup.txt
svcco/sv_construction_modules/solid.txt
svcco/sv_construction_modules/solver.txt
svcco/sv_interface/__init__.py
svcco/sv_interface/build_0d_run_script.py
svcco/sv_interface/build_files.py
svcco/sv_interface/build_results.py
svcco/sv_interface/centerline.py
svcco/sv_interface/contour.py
svcco/sv_interface/delete
svcco/sv_interface/export_3d_only.py
svcco/sv_interface/flow.py
svcco/sv_interface/geometry.py
svcco/sv_interface/get_sv_data.py
svcco/sv_interface/locate.py
svcco/sv_interface/loft.py
svcco/sv_interface/mesh.py
svcco/sv_interface/options.py
svcco/sv_interface/paths.py
svcco/sv_interface/presolver.py
svcco/sv_interface/rom.py
svcco/sv_interface/setup.py
svcco/sv_interface/solid.py
svcco/sv_interface/solver.py
svcco/sv_interface/sv_install_function.py
svcco/sv_interface/view_0d_result_plots.py
svcco/sv_interface/waveform.py
svcco/sv_interface/ROM/__init__.py
svcco/sv_interface/ROM/centerlines.py
svcco/sv_interface/ROM/generate_1d_mesh.py
svcco/sv_interface/ROM/io_0d.py
svcco/sv_interface/ROM/io_1d.py
svcco/sv_interface/ROM/io_headers.py
svcco/sv_interface/ROM/manage.py
svcco/sv_interface/ROM/mesh.py
svcco/sv_interface/ROM/models.py
svcco/sv_interface/ROM/parameters.py
svcco/sv_interface/ROM/utils.py
svcco/utils/__init__.py
svcco/utils/fluid_analysis/__init__.py
svcco/utils/fluid_analysis/reynolds.py
svcco/utils/fluid_analysis/wss.py
svcco/utils/fluid_analysis/__pycache__/__init__.cpython-37.pyc
svcco/utils/fluid_analysis/__pycache__/reynolds.cpython-37.pyc
svcco/utils/fluid_analysis/__pycache__/wss.cpython-37.pyc
svcco/utils/gcode/__init__.py
svcco/utils/gcode/gcode.py
svcco/utils/gcode/__pycache__/__init__.cpython-37.pyc
svcco/utils/gcode/__pycache__/gcode.cpython-37.pyc
svcco/utils/gui/__init__.py
svcco/utils/gui/gui_helper.py
svcco/utils/gui/spline_helper.py
svcco/utils/gui/__pycache__/gui_helper.cpython-37.pyc
svcco/utils/perfusion/__init__.py
svcco/utils/perfusion/fast_geodesic.py
svcco/utils/remeshing/__init__.py
svcco/utils/remeshing/remesh.py
svcco/utils/remeshing/Linux/mmg2d_O3
svcco/utils/remeshing/Linux/mmg3d_O3
svcco/utils/remeshing/Linux/mmgs_O3
svcco/utils/remeshing/Mac/mmg2d_O3
svcco/utils/remeshing/Mac/mmg3d_O3
svcco/utils/remeshing/Mac/mmgs_O3
svcco/utils/remeshing/Windows/__init__.py
svcco/utils/remeshing/Windows/mmg2d_O3.exe
svcco/utils/remeshing/Windows/mmg3d_O3.exe
svcco/utils/remeshing/Windows/mmgs_O3.exe