Skip to content

Commit 9836866

Browse files
authored
fix: Broken link in docs (#76)
#### Relevant issue or PR N/A #### Description of changes See title. #### Testing done CI passes.
1 parent 93b677a commit 9836866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fem-shapeopt/demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"## Introduction\n",
2323
"\n",
24-
"In this notebook, we explore the optimization of a parametric structure made of a linear elastic material. The structure is parametrized by N bars, each of which has M piecewise linear segments. We seek the ideal configuration of the $y$-coordinates of the vertices that connect those bar segments. This notebook is based on the [2D topology optimization example](https://github.com/deepmodeling/jax-fem/tree/main/demos/topology_optimization) from `jax-fem`, but we solve the problem using a parametric approach instead.\n",
24+
"In this notebook, we explore the optimization of a parametric structure made of a linear elastic material. The structure is parametrized by N bars, each of which has M piecewise linear segments. We seek the ideal configuration of the $y$-coordinates of the vertices that connect those bar segments. This notebook is based on the [2D topology optimization example](https://github.com/deepmodeling/jax-fem/blob/main/docs/source/learn/topology_optimization.ipynb) from `jax-fem`, but we solve the problem using a parametric approach instead.\n",
2525
"\n",
2626
"**That is, we use end-to-end automatic differentiation (AD) through several components to optimize the design variables directly with respect to (simulated) performance of the design.**\n",
2727
"\n",

0 commit comments

Comments
 (0)