Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 432 Bytes

File metadata and controls

12 lines (9 loc) · 432 Bytes

Notes

A Jupyter Notebook to demsonstrate the application of automatic differentiation in density based topology optimization.

The code is written using the Julia Programming Language and requires the following packages:

using Pkg
Pkg.add(["Gridap", "DualNumbers", "Zygote", "ChainRulesCore", "StaticArrays",
         "Plots", "ProgressMeter", "SparseArrays", "LinearAlgebra",
         "ImageFiltering", "Test"])