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

reuse_chol -> reuse_fact and avoid try catch in direct solver #171

Closed mohamed82008 closed 6 months ago

mohamed82008 commented 6 months ago

This PR replaces the reuse_chol with the more general reuse_fact to reuse the stiffness matrix factorisation. I also removed the try-catch block in the FEA solver and explicitly checked for the success of the Cholesky factorisation.