Skip to content

Commit

Permalink
Update doc/docs/Python_Tutorials/Adjoint_Solver.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Jun 28, 2024
1 parent 89d66df commit 5675f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/docs/Python_Tutorials/Adjoint_Solver.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,8 @@ if __name__ == "__main__":
)
```

Adjoint Gradient of a Level Set
-------------------------------
Derivatives with Respect to Shape Parameters
--------------------------------------------

It is also possible to compute the derivative of the Meep outputs with respect to a geometric parameter via a [level-set](https://en.wikipedia.org/wiki/Level_set) formulation (an implicit-function representation of a material discontinuity) using the density-based adjoint solver. This is useful for applications involving [shape optimization](https://en.wikipedia.org/wiki/Shape_optimization) of explicitly parameterized geometries.

Expand Down

0 comments on commit 5675f24

Please sign in to comment.