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

FIX: Pin PETSc to <= 3.19. DOCS: Add tutorials for topology optimization problems #323

Merged
merged 14 commits into from
Oct 12, 2023

Conversation

sblauth
Copy link
Owner

@sblauth sblauth commented Oct 12, 2023

This PR propagates the fixes from the hotfix 2.0.12 to main.
These include the (temporary) pin of PETSc to <= 3.19 to ensure that our tests are running again as well as the documentation of topology optimization problems.

Closes #240

@sblauth sblauth added bug Something isn't working documentation Improvements or additions to documentation CI/CD Issues or pull requests related to CI/CD labels Oct 12, 2023
@sblauth sblauth self-assigned this Oct 12, 2023
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #323 (f8717f0) into main (ad8eb93) will increase coverage by 0.01%.
The diff coverage is 95.00%.

@@            Coverage Diff             @@
##             main     #323      +/-   ##
==========================================
+ Coverage   92.51%   92.52%   +0.01%     
==========================================
  Files          84       84              
  Lines        6598     6603       +5     
==========================================
+ Hits         6104     6109       +5     
  Misses        494      494              
Files Coverage Δ
...cs/_optimization/optimization_algorithms/l_bfgs.py 99.40% <100.00%> (+0.01%) ⬆️
.../shape_optimization/shape_variable_abstractions.py 90.70% <100.00%> (ø)
...gy_optimization/topology_optimization_algorithm.py 87.03% <100.00%> (+0.21%) ⬆️
cashocs/space_mapping/optimal_control.py 88.66% <100.00%> (ø)
cashocs/space_mapping/shape_optimization.py 85.71% <75.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sblauth sblauth merged commit 18e9f44 into main Oct 12, 2023
23 of 24 checks passed
@sblauth sblauth deleted the hotfix/2.0.12 branch October 12, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD Issues or pull requests related to CI/CD documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Documentation] Add documentation for topology optimization
1 participant