JuliaTopOpt / TopOpt.jl

A package for binary and continuous, single and multi-material, truss and continuum, 2D and 3D topology optimization on unstructured meshes using automatic differentiation in Julia.
https://juliatopopt.github.io/TopOpt.jl/
Other
181 stars 30 forks source link

Use LinearSolve.jl #129

Open mohamed82008 opened 1 year ago

mohamed82008 commented 1 year ago

We should look into using the LinearSolve.jl API in the FEASolver instead of implementing our own API for A \ b.