https://github.com/gerw/convex_shape
Solve convex-shape optimization problems
https://github.com/gerw/convex_shape
convex-objects optimization shape-optimization
Last synced: 12 months ago
JSON representation
Solve convex-shape optimization problems
- Host: GitHub
- URL: https://github.com/gerw/convex_shape
- Owner: gerw
- License: gpl-3.0
- Created: 2018-12-17T09:04:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T21:03:24.000Z (about 7 years ago)
- Last Synced: 2025-01-14T20:21:37.947Z (about 1 year ago)
- Topics: convex-objects, optimization, shape-optimization
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shape optimization for convex shapes
[](https://zenodo.org/badge/latestdoi/162102892)
This software solves shape optimization problems with PDE constraints and convexity constraints in two spatial dimensions.
The algorithm is explained in detail in the preprint https://arxiv.org/abs/1810.10735.
To run the software, you need python3 (with mathplotlib, scipy), paraview (with python support), [FEniCS](http://fenicsproject.org) (tested with v2018.1), and [OSQP](https://osqp.org/). OSQP can be installed by `pip3 install osqp`.
The examples from the preprint can be run by executing `run_all.sh`.