Skip to content

References


This page collects key references for AI methods in physics simulation, with a focus on constrained mechanics and differentiable solvers.


Graph Neural Networks for Simulation


Equivariant Architectures


Neural Operators


Implicit Models and DEQ


Solver Assistance


Learned Constitutive Models


Physics-Informed Methods


Neural ODE and Continuous-Time Surrogates


Reduced-Order and Latent Dynamics


Constrained Mechanics and SOFA


JAX-Based Differentiable Physics Frameworks

  • jaxdf: Differentiable Projective Dynamics (JAX-based differentiable physics simulation)
    Framework for differentiable physics simulation with constraints, enabling optimization and control of mechanical systems.
    https://github.com/ucl-bug/jaxdf

  • JAX-FEM: Finite Element Method in JAX
    JAX-based FEM library enabling automatic differentiation of finite element simulations, useful for shape optimization and learned physics models.
    https://github.com/deepmodeling/jax-fem

These frameworks leverage JAX's automatic differentiation and JIT compilation capabilities to provide efficient, differentiable simulation tools for mechanics and physics applications.