An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![DOI](https://zenodo.org/badge/166810630.svg)](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}
}
````