Get the latest tech news
Parametric shape optimization with differentiable FEM simulation
All examples are expected to run from the examples/<example_name> directory of the Tesseract-JAX repository. In this example, you will learn how to: Build a Tesseract that wraps a differentiable fi...
Now that we have all the components of the pipeline, we can compose them together and define the loss function for the optimization. This function looks trivial, but it is actually a complex pipeline that involves several components, each of which is differentiable. Now we can use JAX’s grad function to compute the gradient of the compliance with respect to the design variables.
Or read this on Hacker News