LICENSE.MIT
README.md
pyproject.toml
simkit/__init__.py
simkit/area_normals.py
simkit/average_onto_simplex.py
simkit/backtracking_line_search.py
simkit/backward_euler_rollout_matrix.py
simkit/biharmonic_coordinates.py
simkit/boundary_edges.py
simkit/closed_polyline.py
simkit/cluster_grouping_matrices.py
simkit/clustered_plastic_stretch_tensor.py
simkit/combine_meshes.py
simkit/common_selections.py
simkit/deformation_gradient.py
simkit/deformation_gradient_p2.py
simkit/deformation_jacobian.py
simkit/deformation_jacobian_p2.py
simkit/density_ratio.py
simkit/diffuse_field.py
simkit/dihedral_angles.py
simkit/dihedral_angles_2d.py
simkit/dihedral_angles_3d.py
simkit/dihedral_wedge_height.py
simkit/dihedral_wedge_map.py
simkit/dihedral_wedges.py
simkit/dirichlet_laplacian.py
simkit/dirichlet_penalty.py
simkit/edge_displacement_jacobian.py
simkit/edge_face_adjacency.py
simkit/edge_gradient.py
simkit/edge_laplacian.py
simkit/edge_length_jacobian.py
simkit/edge_lengths.py
simkit/edges.py
simkit/eigs.py
simkit/eigs_iccm.py
simkit/equillibrium_variation_fd.py
simkit/farthest_point_sampling.py
simkit/fast_sandwich_transform_clustered.py
simkit/gauss_legendre_quadrature.py
simkit/gaussian_rbf.py
simkit/grad.py
simkit/gradient_cfd.py
simkit/gravity_force.py
simkit/harmonic_coordinates.py
simkit/hessian_cfd.py
simkit/interweaving_matrix.py
simkit/joint_edge_map.py
simkit/joint_lengths.py
simkit/lbs_jacobian.py
simkit/lbs_weight_space_constraint.py
simkit/limit_actuation_dirichlet_energy.py
simkit/linear_modal_analysis.py
simkit/linear_to_quadratic_elements.py
simkit/massmatrix.py
simkit/mat2py.py
simkit/membrane_deformation_jacobian.py
simkit/normalize_and_center.py
simkit/normals.py
simkit/orthonormalize.py
simkit/outline_areas.py
simkit/p2_gravity_force.py
simkit/p2_massmatrix.py
simkit/p2_shape_functions.py
simkit/pairwise_displacement.py
simkit/pairwise_distance.py
simkit/polar_svd.py
simkit/project_into_subspace.py
simkit/psd_project.py
simkit/random_edges.py
simkit/remove_redundant_columns.py
simkit/rotation_gradient.py
simkit/rotation_strain_coordinates.py
simkit/selection_matrix.py
simkit/shape_outlines.py
simkit/simplex_vertex_map.py
simkit/skinning_eigenmodes.py
simkit/spectral_basis_localization.py
simkit/spectral_clustering.py
simkit/spectral_cubature.py
simkit/stretch.py
simkit/stretch_gradient.py
simkit/subspace_com.py
simkit/subspace_rotation.py
simkit/svd_rv.py
simkit/symmetric_stretch_map.py
simkit/tetrahedron_volumes.py
simkit/triangle_areas.py
simkit/triangle_map.py
simkit/uniform_line.py
simkit/variation_fd.py
simkit/vectorized_trace.py
simkit/vectorized_transpose.py
simkit/vertex_to_simplex_adjacency.py
simkit/volume.py
simkit/wedge_map.py
simkit/winding_number.py
simkit/ympr_to_lame.py
simkit.egg-info/PKG-INFO
simkit.egg-info/SOURCES.txt
simkit.egg-info/dependency_links.txt
simkit.egg-info/requires.txt
simkit.egg-info/top_level.txt
simkit/energies/__init__.py
simkit/energies/arap.py
simkit/energies/barrier_energies.py
simkit/energies/bending_energy.py
simkit/energies/contact_springs_plane.py
simkit/energies/contact_springs_sphere.py
simkit/energies/discrete_shells_bending.py
simkit/energies/elastic.py
simkit/energies/emu.py
simkit/energies/fcr.py
simkit/energies/kinetic.py
simkit/energies/linear_elasticity.py
simkit/energies/macklin_mueller_neo_hookean.py
simkit/energies/mass_springs.py
simkit/energies/membrane_neo_hookean.py
simkit/energies/neo_hookean.py
simkit/energies/quadratic.py
simkit/energies/stable_neo_hookean.py
simkit/energies/stvk.py
simkit/filesystem/__init__.py
simkit/filesystem/compute_with_cache_check.py
simkit/filesystem/get_data_directory.py
simkit/filesystem/mp4_to_gif.py
simkit/filesystem/video_from_image_dir.py
simkit/integrators/__init__.py
simkit/integrators/backward_euler.py
simkit/integrators/bdf2.py
simkit/integrators/forward_euler.py
simkit/matplotlib/Curve.py
simkit/matplotlib/Frame.py
simkit/matplotlib/PointCloud.py
simkit/matplotlib/TriangleMesh.py
simkit/matplotlib/VectorField.py
simkit/matplotlib/__init__.py
simkit/matplotlib/colors.py
simkit/polyscope/__init__.py
simkit/polyscope/view_animation.py
simkit/polyscope/view_clusters.py
simkit/polyscope/view_cubature.py
simkit/polyscope/view_displacement_modes.py
simkit/polyscope/view_sample_points.py
simkit/polyscope/view_scalar_modes.py
simkit/solvers/__init__.py
simkit/solvers/block_coord_descent.py
simkit/solvers/cmaes.py
simkit/solvers/gradient_descent.py
simkit/solvers/local_global.py
simkit/solvers/newton.py
simkit/solvers/sqpmfem.py
tests/test_arap.py
tests/test_area_normals.py
tests/test_average_onto_simplex.py
tests/test_backtracking_line_search.py
tests/test_backward_euler_rollout_matrix.py
tests/test_barrier_energies.py
tests/test_bending_energy.py
tests/test_bending_unified_equivalence.py
tests/test_biharmonic_coordinates.py
tests/test_closed_polyline.py
tests/test_cluster_grouping_matrices.py
tests/test_clustered_plastic_stretch_tensor.py
tests/test_combine_meshes.py
tests/test_common_selections.py
tests/test_contact_springs_plane.py
tests/test_contact_springs_sphere.py
tests/test_deformation_gradient.py
tests/test_deformation_jacobian.py
tests/test_deformation_jacobian_p2.py
tests/test_density_ratio.py
tests/test_diffuse_field.py
tests/test_dihedral_angles.py
tests/test_dihedral_angles_2d.py
tests/test_dihedral_wedge_height.py
tests/test_dihedral_wedge_map.py
tests/test_dihedral_wedges.py
tests/test_dirichlet_laplacian.py
tests/test_dirichlet_penalty.py
tests/test_discrete_shells_bending.py
tests/test_displacement_u_tier.py
tests/test_edge_displacement_jacobian.py
tests/test_edge_face_adjacency.py
tests/test_edge_gradient.py
tests/test_edge_laplacian.py
tests/test_edge_length_jacobian.py
tests/test_edge_lengths.py
tests/test_edges.py
tests/test_eigs.py
tests/test_eigs_iccm.py
tests/test_elastic.py
tests/test_emu.py
tests/test_equillibrium_variation_fd.py
tests/test_farthest_point_sampling.py
tests/test_fast_sandwich_transform_clustered.py
tests/test_fcr.py
tests/test_gauss_legendre_quadrature.py
tests/test_gaussian_rbf.py
tests/test_grad.py
tests/test_gradient_cfd.py
tests/test_gravity_force.py
tests/test_harmonic_coordinates.py
tests/test_hessian_cfd.py
tests/test_integrators.py
tests/test_interweaving_matrix.py
tests/test_joint_edge_map.py
tests/test_joint_lengths.py
tests/test_kinetic.py
tests/test_lbs_jacobian.py
tests/test_lbs_weight_space_constraint.py
tests/test_limit_actuation_dirichlet_energy.py
tests/test_linear_elasticity.py
tests/test_linear_modal_analysis.py
tests/test_linear_to_quadratic_elements.py
tests/test_macklin_mueller_neo_hookean.py
tests/test_macklin_mueller_neo_hookean_S.py
tests/test_mass_springs.py
tests/test_massmatrix.py
tests/test_mat2py.py
tests/test_membrane_deformation_jacobian.py
tests/test_membrane_neo_hookean.py
tests/test_mfem_blocks.py
tests/test_neo_hookean.py
tests/test_normalize_and_center.py
tests/test_normals.py
tests/test_orthonormalize.py
tests/test_outline_areas.py
tests/test_p2_beam_3d.py
tests/test_p2_massmatrix.py
tests/test_pairwise_displacement.py
tests/test_pairwise_distance.py
tests/test_polar_svd.py
tests/test_project_into_subspace.py
tests/test_psd_project.py
tests/test_quadratic.py
tests/test_random_edges.py
tests/test_remove_redundant_columns.py
tests/test_rotation_gradient.py
tests/test_rotation_strain_coordinates.py
tests/test_selection_matrix.py
tests/test_shape_outlines.py
tests/test_simplex_vertex_map.py
tests/test_skinning_eigenmodes.py
tests/test_smoke.py
tests/test_solvers.py
tests/test_spectral_basis_localization.py
tests/test_spectral_clustering.py
tests/test_spectral_cubature.py
tests/test_stable_neo_hookean.py
tests/test_stretch.py
tests/test_stretch_gradient.py
tests/test_stvk.py
tests/test_subspace_com.py
tests/test_subspace_rotation.py
tests/test_svd_rv.py
tests/test_symmetric_stretch_map.py
tests/test_tetrahedron_volumes.py
tests/test_triangle_areas.py
tests/test_triangle_map.py
tests/test_uniform_line.py
tests/test_variation_fd.py
tests/test_vectorized_trace.py
tests/test_vectorized_transpose.py
tests/test_vertex_to_simplex_adjacency.py
tests/test_volume.py
tests/test_winding_number.py
tests/test_ympr_to_lame.py