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

Fix stress_tensor formulation #175

Closed jbecktt closed 4 months ago

jbecktt commented 4 months ago

Updates the stress tensor kernel to align with Hooke's law for homogenous isotropic materials. Also, corrects a bug in the element-wise integration of stress where all quadrature points were not being iterated over correctly.

mohamed82008 commented 4 months ago

Thanks @jbecktt