https://github.com/gerw/restricted_mesh_deformations
Shape Optimization based on Restricted Mesh Deformations
https://github.com/gerw/restricted_mesh_deformations
shape-optimization
Last synced: 8 months ago
JSON representation
Shape Optimization based on Restricted Mesh Deformations
- Host: GitHub
- URL: https://github.com/gerw/restricted_mesh_deformations
- Owner: gerw
- License: gpl-3.0
- Created: 2019-01-21T12:29:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T12:02:28.000Z (about 7 years ago)
- Last Synced: 2025-01-14T20:21:38.017Z (about 1 year ago)
- Topics: shape-optimization
- Language: Python
- Size: 30.3 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://zenodo.org/badge/latestdoi/166810630)
# First and Second Order Shape Optimization based on Restricted Mesh Deformations
This is an implementation of the shape optimization algorithms
from the paper "First and Second Order Shape Optimization based on Restricted Mesh Deformations"
by Tommy Etling, Roland Herzog, Estefanía Loayza and Gerd Wachsmuth,
see [arXiv](https://arxiv.org/abs/1810.10313).
The numerical examples from the paper can be invoked via
````
python3 demo_paper.py
````
Further examples are available as
````
python3 demo_newton_2D.py
python3 demo_newton_3D.py
````
If you find our approach useful, you can cite the paper and the source code as
````
@online{EtlingLoayzaWachsmuth2018,
Author = {Etling, Tommy and Herzog, Roland and Loayza, Estefanía and Wachsmuth, Gerd},
Title = {First and Second Order Shape Optimization based on Restricted Mesh Deformations},
Year = {2018},
Eprint = {1810.10313},
Eprinttype = {arXiv},
}
@misc{EtlingHerzogLoayzaWachsmuth2018:2,
Title = {First and Second Order Shape Optimization based on Restricted Mesh Deformations},
Author = {Etling, Tommy and Herzog, Roland and Loayza, Estefanía and Wachsmuth, Gerd},
Year = {2018},
Doi = {10.5281/zenodo.2547481}
}
````