Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update topology_optimization.jl #898

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MaxVZIKM
Copy link

@MaxVZIKM MaxVZIKM commented Apr 3, 2024

Multiplication of the number of iterations needed for stability (n_j) with the viscosity (\eta) within the function update_density. If n_j is bigger than 1, behavior similar to checkerboarding could be observed otherwise. This solves issue #897.

Multiplication of the number of iterations needed for stability (n_j) with the viscosity (\eta) within the function update_density. If n_j is bigger than 1, behavior similar to checkerboarding could be observed otherwise.
@KristofferC
Copy link
Collaborator

The animation of the example should probably be updated to match this as well then?

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.30%. Comparing base (f6a7d3d) to head (a587b4b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #898   +/-   ##
=======================================
  Coverage   93.30%   93.30%           
=======================================
  Files          36       36           
  Lines        5257     5257           
=======================================
  Hits         4905     4905           
  Misses        352      352           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MaxVZIKM
Copy link
Author

MaxVZIKM commented Apr 3, 2024

The animation is fine, because N_j seems to be equal 1.
The push request is concerned with the applicability of the code to more advanced problems.

@koehlerson
Copy link
Member

I guess there's something missing in the theory section of the example then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants